public interface POBAdRendererListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdInteractionStarted() |
void |
onAdInteractionStopped() |
void |
onAdRender(android.view.View view,
POBAdDescriptor descriptor)
This method gets called if rendering of ad gets successful
|
void |
onAdRenderingFailed(POBError error)
This method gets called if rendering of ad failed
|
void |
onAdUnload() |
void |
onLeavingApplication() |
void |
onMRAIDAdClick() |
void |
onRenderAdClick()
Notifies about the click event on the rendered view
|
void onAdRender(android.view.View view,
POBAdDescriptor descriptor)
view - Rendered viewdescriptor - Ad descripto provided in renderAd()void onAdRenderingFailed(POBError error)
error - Error object defines the failure causevoid onRenderAdClick()
void onAdInteractionStarted()
void onAdInteractionStopped()
void onMRAIDAdClick()
void onAdUnload()
void onLeavingApplication()