public class POBDefaultInterstitialEventHandler extends java.lang.Object implements POBInterstitialEvent
| Constructor and Description |
|---|
POBDefaultInterstitialEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Method to do 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)
Provide onOpenBidPartnerWin() callback since this is 'No Ad Server Configuration feature'
|
void |
setEventListener(POBInterstitialEventListener listener)
Method to set POBBannerEventListener to get request ad callback
|
void |
show()
OpenBid SDK will call this method when publisher app calls show on POBInterstitial.
|
public void requestAd(POBBid bid)
requestAd in interface POBInterstitialEventbid - winning bid for the requested impressionpublic void setEventListener(POBInterstitialEventListener listener)
setEventListener in interface POBInterstitialEventlistener - event listenerpublic com.pubmatic.sdk.webrendering.ui.POBInterstitialRendering getRenderer(java.lang.String partnerName)
POBInterstitialEventgetRenderer in interface POBInterstitialEventpartnerName - Winning partner namepublic void show()
POBInterstitialEventshow in interface POBInterstitialEventpublic void destroy()
destroy in interface POBInterstitialEvent