Package com.pubmatic.sdk.appopenad
Interface POBAppOpenAd.POBVideoListener
-
- All Implemented Interfaces:
@MainThread() public interface POBAppOpenAd.POBVideoListener
Interface for interaction with the POBAppOpenAd instance for video events. These events will only be invoked for VAST based video creative. All methods are guaranteed to occur on the main thread.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonVideoPlaybackCompleted(POBAppOpenAd ad)Notifies the listener that the playback of the video ad has been completed. -
-
Method Detail
-
onVideoPlaybackCompleted
abstract Unit onVideoPlaybackCompleted(POBAppOpenAd ad)
Notifies the listener that the playback of the video ad has been completed.
- Parameters:
ad- The POBAppOpenAd instance invoking this method.
-
-
-
-