public static interface NativeAppwallAd.AppwallAdListener
| Modifier and Type | Method and Description |
|---|---|
void |
onClick(NativeAppwallBanner banner,
NativeAppwallAd ad)
Calls when user clicks on ad creative
|
void |
onDismiss(NativeAppwallAd ad)
Calls when ad closed
|
void |
onDisplay(NativeAppwallAd ad)
Calls when ad appears on screen
|
void |
onLoad(NativeAppwallAd ad)
Calls if the data is loaded successfully.
|
void |
onNoAd(java.lang.String reason,
NativeAppwallAd ad)
Calls if no data received
|
void onLoad(@NonNull
NativeAppwallAd ad)
ad - current instanceNativeAppwallAdvoid onNoAd(@NonNull
java.lang.String reason,
@NonNull
NativeAppwallAd ad)
reason - reason for not receiving adad - current instancevoid onClick(@NonNull
NativeAppwallBanner banner,
@NonNull
NativeAppwallAd ad)
ad - current instancevoid onDisplay(@NonNull
NativeAppwallAd ad)
ad - current instancevoid onDismiss(@NonNull
NativeAppwallAd ad)
ad - current instance