public interface PMRendererViewListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdInteractionStarted() |
void |
onAdInteractionStopped() |
void |
onAdUnload() |
void |
onLeavingApplication() |
void |
onMRAIDAdClick() |
void |
onViewClicked(java.lang.String url)
Notifies the click event on the rendered HTML view
|
void |
onViewRendered(android.view.View view)
Notifies the success event of the HTML view rendering
|
void |
onViewRenderingFailed(com.pubmatic.sdk.common.POBError error)
Notifies the failure cause of the HTML view rendering
|
void onViewRendered(android.view.View view)
view - Rendered viewvoid onViewRenderingFailed(com.pubmatic.sdk.common.POBError error)
error - Error object with failure causevoid onViewClicked(java.lang.String url)
url - Landing page URL need to be open on click eventvoid onAdInteractionStarted()
void onAdInteractionStopped()
void onMRAIDAdClick()
void onAdUnload()
void onLeavingApplication()