@MainThread
public interface POBInterstitialRendererListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClicked()
Notifies the click event on the rendered HTML view
|
void |
onAdExpired()
Notifies the expired event on the rendered HTML view
|
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 |
onAdRender(POBAdDescriptor descriptor)
Notifies the success event of the HTML view rendering
|
void |
onAdRenderingFailed(POBError error)
Notifies the failure cause of the HTML view rendering
|
void |
onAdUnload()
Notifies the unload event on the rendered HTML view
|
void |
onLeavingApplication()
Notifies the application leave event on the rendered HTML view
|
void |
onReadyToExecuteTrackers()
Notifies ad is rendered and ready to execute trackers.
|
void onAdRender(POBAdDescriptor descriptor)
descriptor - POBAdDescriptor object for Ad renderingvoid onAdRenderingFailed(@NonNull
POBError error)
error - Error object with failure causevoid onAdClicked()
void onAdInteractionStarted()
void onAdInteractionStopped()
void onAdUnload()
void onLeavingApplication()
void onAdExpired()
void onReadyToExecuteTrackers()