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 OpenBid view has closed the ad on top of the current view.
|
void |
onAdFailed(POBInterstitial ad,
com.pubmatic.sdk.common.POBError error)
Notifies the listener of an error encountered while loading or rendering an ad.
|
void |
onAdOpened(POBInterstitial ad)
Notifies that the OpenBid 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(POBInterstitial ad)
ad - The POBInterstitial instance invoking this method.public void onAdFailed(POBInterstitial ad, com.pubmatic.sdk.common.POBError error)
ad - The POBInterstitial instance invoking this method.error - The error encountered while attempting to receive or render the ad.public void onAppLeaving(POBInterstitial ad)
ad - The POBInterstitial instance invoking this method.public void onAdOpened(POBInterstitial ad)
ad - The POBInterstitial instance invoking this method.public void onAdClosed(POBInterstitial ad)
ad - The POBInterstitial instance invoking this method.public void onAdClicked(POBInterstitial ad)
ad - The POBInterstitial instance invoking this method.