public interface POBRewardedAdRendererListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClicked()
Notifies the click event on the rendered HTML view
|
void |
onAdEventOccurred(com.pubmatic.sdk.common.POBDataType.POBVideoAdEventType event)
Notifies on video event occurred.
|
void |
onAdExpired()
Notifies the expired event on the rendered HTML view
|
void |
onAdInteractionStarted()
Notifies about the ad interaction start.
|
void |
onAdInteractionStopped()
Notifies about the ad interaction stop.
|
void |
onAdRender(com.pubmatic.sdk.common.base.POBAdDescriptor descriptor)
Notifies the success event of the HTML view rendering
|
void |
onAdRenderingFailed(com.pubmatic.sdk.common.POBError error)
Notifies the failure cause of the HTML view rendering
|
void |
onLeavingApplication()
Notifies the application leave event on the rendered HTML view
|
void onAdEventOccurred(@NonNull
com.pubmatic.sdk.common.POBDataType.POBVideoAdEventType event)
event - Video event.void onAdInteractionStarted()
void onAdInteractionStopped()
void onAdRender(@Nullable
com.pubmatic.sdk.common.base.POBAdDescriptor descriptor)
descriptor - POBAdDescriptor object for Ad renderingvoid onAdRenderingFailed(@NonNull
com.pubmatic.sdk.common.POBError error)
error - Error object with failure causevoid onAdClicked()
void onLeavingApplication()
void onAdExpired()