- onAdClicked(InterstitialAd) - Method in interface com.smaato.sdk.interstitial.EventListener
-
This method will be invoked when user clicked on an ad.
- onAdClosed(InterstitialAd) - Method in interface com.smaato.sdk.interstitial.EventListener
-
This method will be invoked when a fullscreen interstitial ad is closed.
- onAdError(InterstitialAd, InterstitialError) - Method in interface com.smaato.sdk.interstitial.EventListener
-
This method will be invoked when an advertisement failed during loading or showing.
- onAdFailedToLoad(InterstitialRequestError) - Method in interface com.smaato.sdk.interstitial.EventListener
-
This method will be invoked when an advertisement request is failed.
- onAdImpression(InterstitialAd) - Method in interface com.smaato.sdk.interstitial.EventListener
-
This method will be invoked when an impression occurred.
- onAdLoaded(InterstitialAd) - Method in interface com.smaato.sdk.interstitial.EventListener
-
This method will be invoked when an advertisement is successfully received.
- onAdOpened(InterstitialAd) - Method in interface com.smaato.sdk.interstitial.EventListener
-
This method will be invoked when a fullscreen interstitial ad is opened.
- onAdTTLExpired(InterstitialAd) - Method in interface com.smaato.sdk.interstitial.EventListener
-
This method will be invoked on when an advertisement's TTL(time to live) is expired.