public static class POBBannerView.POBBannerViewListener
extends java.lang.Object
| Constructor and Description |
|---|
POBBannerViewListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClick(POBBannerView view)
Notifies that the ad has been clicked
|
void |
onAdClosed(POBBannerView view)
Notifies that the banner view has closed the ad on top of the current view.
|
void |
onAdFailed(POBBannerView view,
com.pubmatic.sdk.common.POBError error)
Notifies the listener of an error encountered while loading or rendering an ad.
|
void |
onAdOpened(POBBannerView view)
Notifies listener that the banner view has open the ad on top of the current
view/screen, as a result of user interaction.
|
void |
onAdReceived(POBBannerView view)
Notifies the listener that an ad has been successfully loaded and rendered.
|
void |
onAppLeaving(POBBannerView view)
Notifies the listener whenever current app goes in the background due to user click.
|
public void onAdReceived(POBBannerView view)
view - The POBBannerView instance invoking this method.public void onAdFailed(POBBannerView view, com.pubmatic.sdk.common.POBError error)
view - The POBBannerView instance invoking this method.error - The error encountered while attempting to receive or render the ad.public void onAppLeaving(POBBannerView view)
view - The POBBannerView instance invoking this method.public void onAdOpened(POBBannerView view)
view - The POBBannerView instance invoking this method.public void onAdClosed(POBBannerView view)
view - The POBBannerView instance invoking this method.public void onAdClick(POBBannerView view)
view - The POBBannerView instance invoking this method.