AdropInterstitialAdListener

interface AdropInterstitialAdListener

Listener called when there is a change in the AdropInterstitialAd.


Public functions

fun onAdReceived(ad: AdropInterstitialAd)

fun onAdReceived(AdropInterstitialAd)

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

fun onAdClicked(ad: AdropInterstitialAd)

fun onAdClicked(ad: AdropInterstitialAd)

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

fun onAdImpression(ad: AdropInterstitialAd)

fun onAdImpression(ad: AdropInterstitialAd)

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

fun onAdDidPresentFullScreen(ad: AdropInterstitialAd)

fun onAdDidPresentFullScreen(ad: AdropInterstitialAd)

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

fun onAdDidDismissFullScreen(ad: AdropInterstitialAd)

fun onAdDidPresentFullScreen(ad: AdropInterstitialAd)

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

fun onAdFailedToReceive(ad: AdropInterstitialAd, error: AdropErrorCode)

fun onAdFailedToReceive(ad: AdropInterstitialAd, error: AdropErrorCode)

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

fun onAdFailedToShowFullScreen(ad: AdropInterstitialAd, error: AdropErrorCode)

fun onAdFailedToShowFullScreen(ad: AdropInterstitialAd, error: AdropErrorCode)

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

Last updated