public interface POBBannerEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClick()
Call this when the ad server SDK informs about click happened on Ad
|
void |
onAdClosed()
Call this when the ad server SDK is about to close / collapse an Ad
|
void |
onAdLeftApplication()
Call this when the ad server SDK informs about app leave event as a result of user
interaction.
|
void |
onAdOpened()
Call this when the ad server SDK is about to open / expand an Ad
|
void |
onAdServerWin(android.view.View view)
Call this when the ad server SDK renders its own ad
|
void |
onFailed(com.pubmatic.sdk.common.POBError error)
Call this when the ad server SDK fails to load the ad
|
void |
onOpenBidPartnerWin()
Call this when the ad server SDK signals about PubMatic OpenBid bid win
|
void onOpenBidPartnerWin()
void onAdServerWin(android.view.View view)
view - view rendered ad from the ad server SDKvoid onFailed(com.pubmatic.sdk.common.POBError error)
error - detailed error object describing the cause of ad failurevoid onAdOpened()
void onAdClosed()
void onAdLeftApplication()
void onAdClick()