Callback for an adapter to communicate back to the mediation library. Events must be communicated back for the mediation library to properly manage ad flow.
| abstract void | |
| abstract void | |
| abstract void |
onAdFailedToLoad(MediationRewardedVideoAdAdapter
adapter, int errorCode)
Called when the ad fails to load.
|
| abstract void |
onAdLeftApplication(MediationRewardedVideoAdAdapter
adapter)
Called when a rewarded video ad leaves the application (e.g., to go to the
browser).
|
| abstract void | |
| abstract void | |
| abstract void |
onInitializationFailed(MediationRewardedVideoAdAdapter
adapter, int errorCode)
Called when the SDK fails to initialize.
|
| abstract void |
onInitializationSucceeded(MediationRewardedVideoAdAdapter
adapter)
Called when the SDK is successfully initialized.
|
| abstract void |
onRewarded(MediationRewardedVideoAdAdapter
adapter, RewardItem
rewardItem)
Called when the SDK has gather the reward info.
|
| abstract void |
onVideoCompleted(MediationRewardedVideoAdAdapter
adapter)
Called when a rewarded video ad completes playing.
|
| abstract void |
Called when the ad is clicked.
Called when the ad is closed.
Called when the ad fails to load.
Called when a rewarded video ad leaves the application (e.g., to go to the browser).
Called when the ad is loaded.
Called when user open the ad.
Called when the SDK fails to initialize.
Called when the SDK is successfully initialized.
Called when the SDK has gather the reward info. Publisher is responsible for credit the user.
Called when a rewarded video ad completes playing.
Called when the video start to play.