@MainThread
public interface POBBannerEventListener
| Modifier and Type | Method and Description |
|---|---|
com.pubmatic.sdk.common.base.POBBidsProvider |
getBidsProvider()
Returns bids provider
|
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 |
onAdExecutionComplete()
Call this when the ad execution is completed due to external ad events.
|
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 |
onAdServerImpressionRecorded()
Notifies OpenWrap SDK about ad server impression record.
|
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 |
onOpenWrapPartnerWin(java.lang.String bidId)
Call this when the ad server SDK signals about partner bid win with bid id.
|
void onOpenWrapPartnerWin(@Nullable
java.lang.String bidId)
bidId - Winning partner bid id@Nullable com.pubmatic.sdk.common.base.POBBidsProvider getBidsProvider()
void onAdServerWin(@NonNull
android.view.View view)
view - view rendered ad from the ad server SDKvoid onFailed(@NonNull
com.pubmatic.sdk.common.POBError error)
error - detailed error object describing the cause of ad failurevoid onAdOpened()
void onAdServerImpressionRecorded()
void onAdClosed()
void onAdLeftApplication()
void onAdClick()
void onAdExecutionComplete()