@MainThread
public interface POBBannerEventListener
extends com.pubmatic.sdk.openwrap.core.POBAdEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdExecutionComplete()
Call this when the ad execution is completed due to external ad events.
|
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 idvoid 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 onAdServerImpressionRecorded()
void onAdExecutionComplete()