Callback to be invoked when a mediation adapter loads an ad.
| abstract void | |
| abstract void | |
| abstract MediationAdCallbackT |
onSuccess(MediationAdT ad)
Success callback for third party ad loading.
|
Called when a mediation adapter fails to load an ad.
| adError | AdError detailing the cause of the failure. |
|---|
This method is deprecated.
Use
onFailure(AdError) instead.
Called when a mediation adapter fails to load an ad.
| failure | Failure reason. |
|---|
Success callback for third party ad loading. Returns a callback the adapter should use to report ad lifecycle events.
| ad | The loaded ad. |
|---|