AdCuePointHandler

Provides the client side hooks to handle ad cue points handling.

Properties

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
abstract fun setAdEventListenerProxy(adEventListener: AdEventListener)

Provides a AdEventListener proxy that distributes ad handling events to client registered AdEventListeners.