Callback to be invoked when a mediation adapter loads an ad.
| abstract void | |
| abstract MediationAdCallbackT |
onSuccess(MediationAdT ad)
Success callback for third party ad loading.
|
Failure callback for third party ad loading.
| 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. |
|---|