public interface RewardedAdEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdDismissed()
Called when a rewarded ad has been dismissed.
|
void |
onAdFailedToLoad(AdRequestError error)
Called when a rewarded ad request failed.
|
void |
onAdLoaded()
Called when a rewarded ad has been loaded.
|
void |
onAdShown()
Called when a rewarded ad has been shown.
|
void |
onLeftApplication()
Called when user is about to leave application (e.g., to go to the browser),
as a result of clicking on the ad.
|
void |
onReturnedToApplication()
Called when user returned to application after click.
|
void |
onRewarded(Reward reward)
Called when the user can be rewarded.
|
void onAdLoaded()
void onAdFailedToLoad(@NonNull
AdRequestError error)
error - see errors here AdRequestErrorvoid onAdShown()
void onAdDismissed()
void onRewarded(@NonNull
Reward reward)
reward - A Reward contains amount and type.void onLeftApplication()
void onReturnedToApplication()