public interface InterstitialEventListener
extends com.yandex.mobile.ads.base.AdListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
InterstitialEventListener.SimpleInterstitialEventListener
Stub/no-op implementations of all methods of
InterstitialEventListener. |
| 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.
|
void onInterstitialDismissed()
void onInterstitialFailedToLoad(AdRequestError error)
error - see errors here AdRequestErrorvoid onInterstitialLoaded()
void onInterstitialShown()
void onAdClosed()
onAdClosed in interface com.yandex.mobile.ads.base.AdListenervoid onAdLeftApplication()
onAdLeftApplication in interface com.yandex.mobile.ads.base.AdListenervoid onAdOpened()
onAdOpened in interface com.yandex.mobile.ads.base.AdListener