@MainThread
public interface POBInterstitialEventListener
| Modifier and Type | Method and Description |
|---|---|
com.pubmatic.sdk.common.base.POBBidsProvider |
getBidsProvider()
Returns bids provider
|
java.util.Map<java.lang.String,java.lang.Object> |
getCustomData()
Call this to fetch any additional custom data for handling ad server calls or rendering
|
void |
onAdClick()
Notifies the listener that the user clicked the ad
|
void |
onAdClosed()
Publisher should call this method to notify the OpenWrap SDK about ad close / collapse state
when primary SDK renders the creative.
|
void |
onAdExpired()
Publisher/Handler should call this method to notify the OpenWrap SDK about ad expiry
|
void |
onAdLeftApplication()
Notifies the listener whenever current app goes in the background due to user click
|
void |
onAdOpened()
Publisher should call this method to notify the OpenWrap SDK about ad open / expand state
when primary SDK renders the creative.
|
void |
onAdServerWin()
Publisher should call this method to notify the OpenWrap SDK about ad server SDK renders its
own ad
|
void |
onFailedToLoad(com.pubmatic.sdk.common.POBError error)
Handler should call this method to notify the OpenWrap SDK about any kind of load time error
|
void |
onFailedToShow(com.pubmatic.sdk.common.POBError error)
Handler should call this method to notify the OpenWrap SDK about any kind of show time error
|
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()
void onFailedToLoad(@NonNull
com.pubmatic.sdk.common.POBError error)
error - Error object with error details from ad server SDKvoid onFailedToShow(@NonNull
com.pubmatic.sdk.common.POBError error)
error - Error object with error details from ad server SDKvoid onAdOpened()
void onAdClosed()
void onAdLeftApplication()
void onAdClick()
@Nullable java.util.Map<java.lang.String,java.lang.Object> getCustomData()
void onAdExpired()