Package com.pubmatic.sdk.video.renderer
Interface POBVideoSkipEventListener
-
- All Implemented Interfaces:
public interface POBVideoSkipEventListenerInterface definition to notify when user clicks on skip button and
-
-
Method Summary
Modifier and Type Method Description abstract voidonAdAboutToSkip()Notify the video is about to skip. -
-
Method Detail
-
onAdAboutToSkip
abstract void onAdAboutToSkip()
Notify the video is about to skip. The implementing class should notify back to video renderer about the skip decision.
-
-
-
-