public interface POBVideoRenderingListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyAdEvent(com.pubmatic.sdk.common.POBDataType.POBVideoAdEventType event)
Notifies the video ad event to the listener
|
void |
onSkipOptionUpdate(boolean isEnable)
Enables the back press when skip duration is reached.
|
void notifyAdEvent(@NonNull
com.pubmatic.sdk.common.POBDataType.POBVideoAdEventType event)
event - video ad eventvoid onSkipOptionUpdate(boolean isEnable)
isEnable - boolean to tell if skip option is enabled or not