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