public static class InterstitialEventListener.SimpleInterstitialEventListener extends java.lang.Object implements InterstitialEventListener
InterstitialEventListener.
Override this if you only care about a few of the available callback methods.InterstitialEventListener.SimpleInterstitialEventListener| Constructor and Description |
|---|
SimpleInterstitialEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClosed()
Called when the in-app browser has been closed.
|
void |
onAdLeftApplication()
Called when user is about to leave application (e.g., to go to the browser),
as a result of clicking on the ad.
|
void |
onAdOpened()
Called when the in-app browser has been opened,
as a result of clicking on the ad.
|
void |
onInterstitialDismissed()
Called when an interstitial ad has been dismissed.
|
void |
onInterstitialFailedToLoad(AdRequestError error)
Called when an interstitial ad request failed.
|
void |
onInterstitialLoaded()
Called when an interstitial ad has been loaded.
|
void |
onInterstitialShown()
Called when an interstitial ad has been shown.
|
public void onInterstitialDismissed()
InterstitialEventListeneronInterstitialDismissed in interface InterstitialEventListenerpublic void onInterstitialFailedToLoad(AdRequestError error)
InterstitialEventListeneronInterstitialFailedToLoad in interface InterstitialEventListenererror - see errors here AdRequestErrorpublic void onInterstitialLoaded()
InterstitialEventListeneronInterstitialLoaded in interface InterstitialEventListenerpublic void onInterstitialShown()
InterstitialEventListeneronInterstitialShown in interface InterstitialEventListenerpublic void onAdClosed()
InterstitialEventListeneronAdClosed in interface com.yandex.mobile.ads.base.AdListeneronAdClosed in interface InterstitialEventListenerpublic void onAdLeftApplication()
InterstitialEventListeneronAdLeftApplication in interface com.yandex.mobile.ads.base.AdListeneronAdLeftApplication in interface InterstitialEventListenerpublic void onAdOpened()
InterstitialEventListeneronAdOpened in interface com.yandex.mobile.ads.base.AdListeneronAdOpened in interface InterstitialEventListener