public interface AdsListener
Modifier and Type | Method and Description |
---|---|
void |
onAdClosed()
Called when the user is about to return to the application after clicking
on an ad.
|
void |
onAdFailedToLoad(int errorCode)
Called when an ad request failed.
|
void |
onAdLeftApplication()
Called when an ad leaves the application (e.g., to go to the browser).
|
void |
onAdLoaded()
Called when an ad is received.
|
void |
onAdOpened()
Called when an ad opens an overlay that covers the screen.
|
void onAdClosed()
void onAdFailedToLoad(int errorCode)
void onAdLeftApplication()
void onAdLoaded()
void onAdOpened()