public interface POBInterstitialEvent
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
OpenWrap SDK calls this method to perform any final cleanup.
|
com.pubmatic.sdk.common.ui.POBInterstitialRendering |
getRenderer(java.lang.String partnerName)
Optional method to provide implementation of POBInterstitialRendering interface to render ad
in custom rendering component.
|
void |
requestAd(POBBid bid)
OpenWrap SDK calls this method to make a request to primary SDK.
|
void |
setEventListener(POBInterstitialEventListener listener)
OpenWrap SDK calls this method to pass the EventListener to publisher.
|
void |
show()
OpenWrap SDK will call this method when publisher app calls show on POBInterstitial.
|
void requestAd(POBBid bid)
bid - winning bid for the requested impressionvoid setEventListener(POBInterstitialEventListener listener)
listener - event listener@Nullable com.pubmatic.sdk.common.ui.POBInterstitialRendering getRenderer(java.lang.String partnerName)
partnerName - Winning partner namevoid show()
void destroy()