public interface POBAdEventListener
| 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 |
onAdLeftApplication()
Notifies the listener whenever current app goes in the background due to user click
|
void |
onAdOpened()
Call this when the ad server SDK is about to open / expand an Ad
|
@Nullable com.pubmatic.sdk.common.base.POBBidsProvider getBidsProvider()
void onAdClick()
void onAdClosed()
void onAdOpened()
void onAdLeftApplication()