data class SxSequencerAdSlot
Defines an advertisement slot for the playback which is controlled by the SxSequencer.
<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) |
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 |