public static class NativeAdEventListener.SimpleNativeAdEventListener extends java.lang.Object implements NativeAdEventListener
NativeAdEventListener.
Override this if you only care about a few of the available callback methods.NativeAdEventListener.SimpleNativeAdEventListener| Constructor and Description |
|---|
SimpleNativeAdEventListener() |
| 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.
|
public void onAdClosed()
NativeAdEventListeneronAdClosed in interface NativeAdEventListenerpublic void onAdLeftApplication()
NativeAdEventListeneronAdLeftApplication in interface NativeAdEventListenerpublic void onAdOpened()
NativeAdEventListeneronAdOpened in interface NativeAdEventListener