public interface MaxRewardedAdListener extends MaxAdListener
| Modifier and Type | Method and Description |
|---|---|
void |
onRewardedVideoCompleted(MaxAd ad)
This method will be invoked when rewarded video has completed.
|
void |
onRewardedVideoStarted(MaxAd ad)
This method will be invoked when rewarded video has started.
|
void |
onUserRewarded(MaxAd ad,
MaxReward reward)
This method will be invoked when a user should be granted a reward.
|
onAdClicked, onAdDisplayed, onAdDisplayFailed, onAdHidden, onAdLoaded, onAdLoadFailedvoid onRewardedVideoStarted(MaxAd ad)
ad - An ad for which the video was started. Guaranteed not to be null.void onRewardedVideoCompleted(MaxAd ad)
ad - An ad for which the video was completed. Guaranteed not to be null.