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

SxSequencerAdSlot

data class SxSequencerAdSlot

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, closer: String? = null, bumper: String? = null)

Properties

adTag

The ad tag URL.

val adTag: String

bumper

Optional link to a bumper.

val bumper: String?

closer

Optional link to a closer.

val closer: String?

opener

Optional link to an opener.

val opener: String?

position

Position of the content video where to start the advertisement.

val position: SxSequencerPosition