public interface POBInterstitialRendering
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Cleans the internal state of renderer, after this call, object is not expected be used again.
|
void |
renderAd(com.pubmatic.sdk.common.base.POBAdDescriptor descriptor)
It starts the rendering of the interstitial with the provided ad descriptor.
|
void |
setAdRendererListener(com.pubmatic.sdk.common.ui.POBInterstitialRendererListener listener)
Sets the ad renderer listener
|
void |
setVideoAdEventListener(com.pubmatic.sdk.common.ui.POBVideoAdEventListener listener)
Sets the instance of POBVideoAdEventListener to get the callback for VAST based video events.
|
void |
show(int requestedOrientation)
Request to show the interstitial ad with provided orientation.
|
void renderAd(@NonNull
com.pubmatic.sdk.common.base.POBAdDescriptor descriptor)
descriptor - ad descriptorvoid setAdRendererListener(@Nullable
com.pubmatic.sdk.common.ui.POBInterstitialRendererListener listener)
listener - ad renderer listenervoid setVideoAdEventListener(@Nullable
com.pubmatic.sdk.common.ui.POBVideoAdEventListener listener)
listener - Instance of POBVideoAdEventListenervoid show(int requestedOrientation)
requestedOrientation - int value for orientationvoid destroy()