AdropPopupAdListener
Listener called when there is a change in the AdropPopupAd.
Public functions
fun onAdReceived(ad: AdropPopupAd)
This method gets invoked in the UI thread when the AdropPopupAd receives an ad.
fun onAdClicked(ad: AdropPopupAd)
This method gets invoked in the UI thread when the AdropPopupAd is clicked.
fun onAdImpression(ad: AdropPopupAd)
This method gets invoked in the UI thread when the AdropPopupAd show.
fun onAdDidPresentFullScreen(ad: AdropPopupAd)
This method gets invoked in the UI thread when the AdropPopupAd appeared.
fun onAdDidDismissFullScreen(ad: AdropPopupAd)
This method gets invoked in the UI thread when the AdropPopupAd disappeared.
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)
This method gets invoked in the UI thread when the AdropPopupAd fails to be shown.
Last updated