lib / tv.smartclip.smartclientandroid.lib.dto.sequencer / InstreamEvent / AdClipRequested

AdClipRequested

data class AdClipRequested : InstreamEvent

Is fired when the core calls SxAdSlotDelegate.load.

Constructors

<init>

Is fired when the core calls SxAdSlotDelegate.load.

AdClipRequested(url: String, autoPlay: Boolean, disableSeeking: Boolean)

Properties

autoPlay

val autoPlay: Boolean

disableSeeking

val disableSeeking: Boolean

url

val url: String