PALConfiguration

data class PALConfiguration(val willAdAutoPlay: Boolean? = null, val willAdPlayMuted: Boolean? = null, val continuousPlayback: Boolean? = null, val descriptionUrl: URL, val iconsSupported: Boolean = false, val nonceLengthLimit: Int? = null, val omidPartnerName: String, val omidPartnerVersion: String, val omidVersion: String, val playerType: String = DEFAULT_PLAYER_TYPE, val playerVersion: String, val ppid: String, val videoHeight: Int? = null, val videoWidth: Int? = null)

Represents configuration data for NonceRequest.

Constructors

Link copied to clipboard
constructor(willAdAutoPlay: Boolean? = null, willAdPlayMuted: Boolean? = null, continuousPlayback: Boolean? = null, descriptionUrl: URL, iconsSupported: Boolean = false, nonceLengthLimit: Int? = null, omidPartnerName: String, omidPartnerVersion: String, omidVersion: String, playerType: String = DEFAULT_PLAYER_TYPE, playerVersion: String, ppid: String, videoHeight: Int? = null, videoWidth: Int? = null)

Properties

Link copied to clipboard

Defines whether the player intends to continuously play the content videos one after another similar to TV broadcast or video playlist.

Link copied to clipboard

Defines the description URL of the content during which the ad will be played.

Link copied to clipboard
val iconsSupported: Boolean = false

Defines whether VAST icons are supported by the video player.

Link copied to clipboard
val nonceLengthLimit: Int? = null

Defines the length limit of the generated nonce.

Link copied to clipboard

The name of the partner integrating OMID measurement.

Link copied to clipboard

The version of the partner integrating OMID measurement.

Link copied to clipboard

The version of OMID that the player responsible for ad playback integrates with.

Link copied to clipboard

The partner provided player type.

Link copied to clipboard

The partner provided player version.

Link copied to clipboard

The publisher provided ID.

Link copied to clipboard
val videoHeight: Int? = null

The height of the ad video element.

Link copied to clipboard
val videoWidth: Int? = null

The width of the ad video element.

Link copied to clipboard
val willAdAutoPlay: Boolean? = null

Defines whether the ad will be auto played without waiting for user interaction or not.

Link copied to clipboard

Defines whether the ad will be played while muted or not.