public abstract class POBInterstitialEvent
extends com.pubmatic.sdk.openwrap.core.POBBaseEvent
| Constructor and Description |
|---|
POBInterstitialEvent() |
| Modifier and Type | Method and Description |
|---|---|
com.pubmatic.sdk.openwrap.core.POBFullScreenAdInteractionListener |
getAdInteractionListener()
Returns the instance of the FullScreen Ad interaction listener.
|
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.
|
abstract 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.
|
public abstract void setEventListener(@NonNull
POBInterstitialEventListener listener)
listener - event listener@Nullable public com.pubmatic.sdk.common.ui.POBInterstitialRendering getRenderer(java.lang.String partnerName)
partnerName - Winning partner name@MainThread public void show()
Note: This method must be invoked from Main thread.
@Nullable public com.pubmatic.sdk.openwrap.core.POBFullScreenAdInteractionListener getAdInteractionListener()