AdCuePointHandler
interface AdCuePointHandler
Provides the client side hooks to handle ad cue points handling.
Functions
Link copied to clipboard
abstract fun setAdCuePoints(adCuePoints: List<AdCuePoint>, adCuePointsToAdBreaksMapper: (adBreaks: Map<Double, AdBreakInfo>) -> Unit)
Provides a collection of AdCuePoint objects for mapping to collection of AdBreakInfo instances.
Link copied to clipboard
Provides a AdEventListener proxy that distributes ad handling events to client registered AdEventListeners.