@MainThread
public interface POBInterstitialRendererListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClicked()
Notifies the click event on the rendered HTML view
|
void |
onAdExpired() |
void |
onAdInteractionStarted() |
void |
onAdInteractionStopped() |
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() |
void |
onLeavingApplication() |
void onAdRender(POBAdDescriptor descriptor)
descriptor - POBAdDescriptor object for Ad renderingvoid onAdRenderingFailed(POBError error)
error - Error object with failure causevoid onAdClicked()
void onAdInteractionStarted()
void onAdInteractionStopped()
void onAdUnload()
void onLeavingApplication()
void onAdExpired()