lib / tv.smartclip.smartclientandroid.lib.dto.sequencer / SxSequencerAdSlot

SxSequencerAdSlot

data class SxSequencerAdSlot : IAdSlot

Defines an advertisement slot for the playback which is controlled by the SxSequencer.

Constructors

<init>

Defines an advertisement slot for the playback which is controlled by the SxSequencer.

SxSequencerAdSlot(adTag: String, position: SxSequencerPosition, opener: String? = null, forceOpener: Boolean = false, closer: String? = null, forceCloser: Boolean = false, bumper: String? = null, forceBumper: Boolean = false, envVars: SxEnvironmentVariables = SxEnvironmentVariables(), skipAdDuration: Int = -1)

Properties

adTag

The ad tag URL.

val adTag: String

autoPlay

val autoPlay: Boolean

bumper

Optional link to a bumper.

val bumper: String?

closer

Optional link to a closer.

val closer: String?

envVars

val envVars: SxEnvironmentVariables

forceBumper

val forceBumper: Boolean

forceCloser

val forceCloser: Boolean

forceOpener

val forceOpener: Boolean

opener

Optional link to an opener.

val opener: String?

position

Position of the content video where to start the advertisement.

val position: SxSequencerPosition

skipAdDuration

val skipAdDuration: Int