Android Verizon Ads SDK Standard Edition Documentation
1.9
|
Interface for receiving notifications from the NativeAd. More...
Public Member Functions | |
void | onAdLeftApplication (NativeAd nativeAd) |
Called when the NativeAd causes the user to leave the application. More... | |
void | onClicked (NativeAd nativeAd, Component component) |
Called when the NativeAd has been clicked. More... | |
void | onClosed (NativeAd nativeAd) |
Called when the NativeAd has been closed. More... | |
void | onError (NativeAd nativeAd, ErrorInfo errorInfo) |
Called when an error occurs during the NativeAd lifecycle. More... | |
void | onEvent (NativeAd nativeAd, String source, String eventId, Map< String, Object > arguments) |
This callback is used to surface additional events to the publisher from the SDK. More... | |
Interface for receiving notifications from the NativeAd.
void onAdLeftApplication | ( | NativeAd | nativeAd | ) |
void onClosed | ( | NativeAd | nativeAd | ) |
This callback is used to surface additional events to the publisher from the SDK.
nativeAd | the NativeAd that is relaying the event |
source | the identifier of the event source |
eventId | the event identifier |
arguments | a map of key/value pairs of arguments related to the event |