@MainThread
public interface POBRewardedAdEventListener
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
onFailed(com.pubmatic.sdk.common.POBError error)
Publisher should call this method to notify the OpenWrap SDK about any kind of error
scenario may be when primary SDK gives error.
|
void |
onOpenWrapPartnerWin(java.lang.String bidId)
Publisher should call this method to notify the OpenWrap SDK if partner's bid win.
|
void onOpenWrapPartnerWin(@Nullable
java.lang.String bidId)
bidId - Winning partner bid idvoid onAdServerWin()
void onFailed(com.pubmatic.sdk.common.POBError error)
error - Error object with error details from primary SDKvoid onAdOpened()
void onAdClosed()
void onAdLeftApplication()
void onAdClick()