public interface POBInterstitialEvent
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
OpenBid SDK calls this method to perform any final cleanup.
|
com.pubmatic.sdk.webrendering.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)
OpenBid SDK calls this method to make a request to primary SDK.
|
void |
setEventListener(POBInterstitialEventListener listener)
OpenBid SDK calls this method to pass the EventListener to publisher.
|
void |
show()
OpenBid 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 listenercom.pubmatic.sdk.webrendering.ui.POBInterstitialRendering getRenderer(java.lang.String partnerName)
partnerName - Winning partner namevoid show()
void destroy()