public interface POBInterstitialEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClosed()
Publisher should call this method to notify the OpenBid SDK about ad close / collapse state
when primary SDK renders the creative.
|
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 OpenBid SDK about ad open / expand state
when primary SDK renders the creative.
|
void |
onAdServerWin()
Publisher should call this method to notify the OpenBid SDK about ad server SDK renders its
own ad
|
void |
onFailed(com.pubmatic.sdk.common.POBError error)
Publisher should call this method to notify the OpenBid SDK about any kind of error
scenario may be when primary SDK gives error.
|
void |
onOpenBidPartnerWin()
Publisher should call this method to notify the OpenBid SDK if partner's bid win.
|
void onOpenBidPartnerWin()
void onAdServerWin()
void onFailed(com.pubmatic.sdk.common.POBError error)
error - Error object with error details from primary SDKvoid onAdOpened()
void onAdClosed()
void onAdLeftApplication()