public interface POBRendererViewListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdInteractionStarted()
Notifies the interaction start event on the rendered HTML view
|
void |
onAdInteractionStopped()
Notifies the interaction stop event on the rendered HTML view
|
void |
onAdUnload()
Notifies the unload event on the rendered HTML view
|
void |
onLeavingApplication()
Notifies the app leave event on the rendered HTML view
|
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(POBError error)
Notifies the failure cause of the HTML view rendering
|
void onViewRendered(android.view.View view)
view - Rendered viewvoid onViewRenderingFailed(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 onAdUnload()
void onLeavingApplication()