AdropRewardedAdListener

interface AdropRewardedAdListener

Listener called when there is a change in the AdropRewardedAd.


Public functions

fun onAdReceived(ad: AdropRewardedAd)

fun onAdReceived(ad: AdropRewardedAd)

This method gets invoked in the UI thread when the AdropRewardedAd receives an ad.

fun onAdClicked(ad: AdropRewardedAd)

fun onAdClicked(ad: AdropRewardedAd)

This method gets invoked in the UI thread when the AdropRewardedAd is clicked.

fun onAdImpression(ad: AdropRewardedAd)

fun onAdImpression(ad: AdropRewardedAd)

This method gets invoked in the UI thread when the AdropRewardedAd show.

fun onAdDidPresentFullScreen(ad: AdropRewardedAd)

fun onAdDidPresentFullScreen(ad: AdropRewardedAd)

This method gets invoked in the UI thread when the AdropRewardedAd appeared.

fun onAdDidDismissFullScreen(ad: AdropRewardedAd)

fun onAdDidPresentFullScreen(ad: AdropRewardedAd)

This method gets invoked in the UI thread when the AdropRewardedAd disappeared.

fun onAdFailedToReceive(ad: AdropRewardedAd, error: AdropErrorCode)

fun onAdFailedToReceive(ad: AdropRewardedAd, error: AdropErrorCode)

This method gets invoked in the UI thread when the AdropRewardedAd fails to receive an ad.

fun onAdFailedToShowFullScreen(ad: AdropRewardedAd, error: AdropErrorCode)

fun onAdFailedToShowFullScreen(ad: AdropRewardedAd, error: AdropErrorCode)

This method gets invoked in the UI thread when the AdropRewardedAd fails to be shown.

Last updated