public interface AdEventListener
extends com.yandex.mobile.ads.base.AdListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
AdEventListener.SimpleAdEventListener
Stub/no-op implementations of all methods of
AdEventListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClosed()
Called when the in-app browser has been closed.
|
void |
onAdFailedToLoad(AdRequestError error)
Called when an ad request failed
|
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 |
onAdLoaded()
Called when an ad is received.
|
void |
onAdOpened()
Called when the in-app browser has been opened,
as a result of clicking on the ad.
|
void onAdClosed()
onAdClosed in interface com.yandex.mobile.ads.base.AdListenervoid onAdFailedToLoad(@NonNull
AdRequestError error)
error - see errors here AdRequestErrorvoid onAdLeftApplication()
onAdLeftApplication in interface com.yandex.mobile.ads.base.AdListenervoid onAdLoaded()
void onAdOpened()
onAdOpened in interface com.yandex.mobile.ads.base.AdListener