@MainThread
public static class POBInterstitial.POBInterstitialListener
extends java.lang.Object
| Constructor and Description |
|---|
POBInterstitialListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClicked(POBInterstitial ad)
Notifies that the interstitial ad has been clicked
|
void |
onAdClosed(POBInterstitial ad)
Notifies that the OpenWrap view has closed the ad on top of the current view.
|
void |
onAdExpired(POBInterstitial ad)
Notifies that the interstitial ad has been expired.
|
void |
onAdFailedToLoad(POBInterstitial ad,
POBError error)
Notifies the listener of an error encountered while loading an ad.
|
void |
onAdFailedToShow(POBInterstitial ad,
POBError error)
Notifies the listener of an error encountered while showing an ad.
|
void |
onAdImpression(POBInterstitial ad)
Notifies that the impression occurred on interstitial ad.
|
void |
onAdOpened(POBInterstitial ad)
Notifies that the OpenWrap view will open an ad on top of the current view.
|
void |
onAdReceived(POBInterstitial ad)
Notifies the listener that an ad has been received successfully.
|
void |
onAppLeaving(POBInterstitial ad)
Notifies the listener that a user interaction will open another app (e.g.
|
public void onAdReceived(@NonNull
POBInterstitial ad)
ad - The POBInterstitial instance invoking this method.public void onAdFailedToLoad(@NonNull
POBInterstitial ad,
@NonNull
POBError error)
ad - POBInterstitial instance invoking this method.error - The error encountered while loading the ad.public void onAdFailedToShow(@NonNull
POBInterstitial ad,
@NonNull
POBError error)
ad - POBInterstitial instance invoking this method.error - The error encountered while showing the ad.public void onAppLeaving(@NonNull
POBInterstitial ad)
ad - The POBInterstitial instance invoking this method.public void onAdOpened(@NonNull
POBInterstitial ad)
ad - The POBInterstitial instance invoking this method.public void onAdClosed(@NonNull
POBInterstitial ad)
ad - The POBInterstitial instance invoking this method.public void onAdClicked(@NonNull
POBInterstitial ad)
ad - The POBInterstitial instance invoking this method.public void onAdExpired(@NonNull
POBInterstitial ad)
ad - The POBInterstitial instance invoking this method.public void onAdImpression(@NonNull
POBInterstitial ad)
ad - The POBInterstitial instance invoking this method.