public static interface RewardedAd.RewardedAdListener
| Modifier and Type | Method and Description |
|---|---|
void |
onClick(RewardedAd ad)
Calls when user clicks on ad creative
|
void |
onDismiss(RewardedAd ad)
Calls when ad closed
|
void |
onDisplay(RewardedAd ad)
Calls when ad appears on screen
|
void |
onLoad(RewardedAd ad)
Calls if the data is loaded successfully.
|
void |
onNoAd(java.lang.String reason,
RewardedAd ad)
Calls if no data received
|
void |
onReward(Reward reward,
RewardedAd ad)
Calls when ad reward earned
|
void onLoad(@NonNull
RewardedAd ad)
ad - current instancevoid onNoAd(@NonNull
java.lang.String reason,
@NonNull
RewardedAd ad)
reason - reason for not receiving adad - current instancevoid onClick(@NonNull
RewardedAd ad)
ad - current instancevoid onDismiss(@NonNull
RewardedAd ad)
ad - current instancevoid onReward(@NonNull
Reward reward,
@NonNull
RewardedAd ad)
ad - current instanceRewardvoid onDisplay(@NonNull
RewardedAd ad)
ad - current instance