Package com.pubmatic.sdk.common.ui
Interface POBVideoAdEventListener
-
- All Implemented Interfaces:
@MainThread() public interface POBVideoAdEventListener
A class which notifies about the events based on video Ad.
-
-
Method Summary
Modifier and Type Method Description abstract voidonVideoAdEvent(POBDataType.POBVideoAdEventType event)This is an optional callback to provide VAST based video ad events, if played inside Interstitial -
-
Method Detail
-
onVideoAdEvent
abstract void onVideoAdEvent(POBDataType.POBVideoAdEventType event)
This is an optional callback to provide VAST based video ad events, if played inside Interstitial
- Parameters:
event- VAST video events
-
-
-
-