public interface POBInterstitialRendererListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClicked(java.lang.String url)
Notifies the click event on the rendered HTML view
|
void |
onAdInteractionStarted() |
void |
onAdInteractionStopped() |
void |
onAdRender(com.pubmatic.sdk.common.base.POBAdDescriptor descriptor)
Notifies the success event of the HTML view rendering
|
void |
onAdRenderingFailed(com.pubmatic.sdk.common.POBError error)
Notifies the failure cause of the HTML view rendering
|
void |
onAdUnload() |
void |
onLeavingApplication() |
void onAdRender(com.pubmatic.sdk.common.base.POBAdDescriptor descriptor)
descriptor - POBAdDescriptor object for Ad renderingvoid onAdRenderingFailed(com.pubmatic.sdk.common.POBError error)
error - Error object with failure causevoid onAdClicked(@Nullable
java.lang.String url)
url - Landing page URL need to be open on click eventvoid onAdInteractionStarted()
void onAdInteractionStopped()
void onAdUnload()
void onLeavingApplication()