InitializationCompleteCallback

public interfaceInitializationCompleteCallback

Callbacks for a mediation adapter to communicate third party ad network initialization status back to the Google Mobile Ads SDK. Mediation adapters must send these callbacks so that they can be forwarded to the publisher.

Public Method Summary

abstract void
onInitializationFailed(Stringerror)
Notifies the Google Mobile Ads SDK that the third party SDK initialization failed.
abstract void
onInitializationSucceeded()
Notifies the Google Mobile Ads SDK that the third party SDK initialization succeeded.

Public Methods

public abstract voidonInitializationFailed(Stringerror)

Notifies the Google Mobile Ads SDK that the third party SDK initialization failed.

public abstract voidonInitializationSucceeded()

Notifies the Google Mobile Ads SDK that the third party SDK initialization succeeded.