Rewarded ad callbacks for a mediation adapter to communicate back to the Google Mobile Ads SDK. Mediation adapters must send these callbacks so that they can be forwarded to the publisher.
| abstract void |
onAdFailedToShow(String
errorDescription)
This method is deprecated. Use
onAdFailedToShow(AdError) instead.
|
| abstract void |
onAdFailedToShow(AdError adError)
Notifies the Google Mobile Ads SDK that the rewarded ad failed to show.
|
| abstract void |
onUserEarnedReward(RewardItem
rewardItem)
Notifies the Google Mobile Ads SDK that the user has earned a reward.
|
| abstract void |
onVideoComplete()
Notifies the Google Mobile Ads SDK that the rewarded ad finished playing.
|
| abstract void |
onVideoStart()
Notifies the Google Mobile Ads SDK that a rewarded ad started playing.
|
This method is deprecated.
Use
onAdFailedToShow(AdError) instead.
Notifies the Google Mobile Ads SDK that the rewarded ad failed to show.
| errorDescription | Description for failure reason. |
|---|
Notifies the Google Mobile Ads SDK that the rewarded ad failed to show.
| adError | AdError detailing the cause of the failure. |
|---|
Notifies the Google Mobile Ads SDK that the user has earned a reward.
Notifies the Google Mobile Ads SDK that the rewarded ad finished playing.
Notifies the Google Mobile Ads SDK that a rewarded ad started playing.