Package com.my.target.ads
Interface RewardedAd.RewardedAdListener
- Enclosing class:
- RewardedAd
public static interface RewardedAd.RewardedAdListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonClick(RewardedAd ad) Calls when user clicks on ad creativevoidonDismiss(RewardedAd ad) Calls when ad closedvoidonDisplay(RewardedAd ad) Calls when ad appears on screenvoidonLoad(RewardedAd ad) Calls if the data is loaded successfully.voidonNoAd(IAdLoadingError adLoadingError, RewardedAd ad) Calls if no data receivedvoidonReward(Reward reward, RewardedAd ad) Calls when ad reward earned
-
Method Details
-
onLoad
Calls if the data is loaded successfully.- Parameters:
ad- current instance
-
onNoAd
Calls if no data received- Parameters:
adLoadingError- reason for not receiving adad- current instance
-
onClick
Calls when user clicks on ad creative- Parameters:
ad- current instance
-
onDismiss
Calls when ad closed- Parameters:
ad- current instance
-
onReward
Calls when ad reward earned- Parameters:
ad- current instance- See Also:
-
onDisplay
Calls when ad appears on screen- Parameters:
ad- current instance
-