Package com.pubmatic.sdk.video.renderer
Interface POBVideoRenderingListener
-
- All Implemented Interfaces:
public interface POBVideoRenderingListenerInterface definition to notify video rendering events
-
-
Method Summary
Modifier and Type Method Description abstract voidnotifyAdEvent(@NonNull() POBDataType.POBVideoAdEventType event)Notifies the video ad event to the listener abstract voidonSkipOptionUpdate(boolean isEnable)Enables the back press when skip duration is reached. -
-
Method Detail
-
notifyAdEvent
abstract void notifyAdEvent(@NonNull() POBDataType.POBVideoAdEventType event)
Notifies the video ad event to the listener
- Parameters:
event- video ad event
-
onSkipOptionUpdate
abstract void onSkipOptionUpdate(boolean isEnable)
Enables the back press when skip duration is reached.
- Parameters:
isEnable- boolean to tell if skip option is enabled or not
-
-
-
-