AdropPopupAdListener

interface AdropPopupAdListener

Listener called when there is a change in the AdropPopupAd.


Public functions

fun onAdReceived(ad: AdropPopupAd)

fun onAdReceived(ad: AdropPopupAd)

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

fun onAdClicked(ad: AdropPopupAd)

fun onAdClicked(ad: AdropPopupAd)

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

fun onAdImpression(ad: AdropPopupAd)

fun onAdImpression(ad: AdropPopupAd)

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

fun onAdDidPresentFullScreen(ad: AdropPopupAd)

fun onAdDidPresentFullScreen(ad: AdropPopupAd)

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

fun onAdDidDismissFullScreen(ad: AdropPopupAd)

fun onAdDidPresentFullScreen(ad: AdropPopupAd)

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

fun onAdFailedToReceive(ad: AdropPopupAd, error: AdropErrorCode)

fun onAdFailedToReceive(ad: AdropPopupAd, error: AdropErrorCode)

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

fun onAdFailedToShowFullScreen(ad: AdropPopupAd, error: AdropErrorCode)

fun onAdFailedToShowFullScreen(ad: AdropPopupAd, error: AdropErrorCode)

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

Last updated