AdVideoProperties

data class AdVideoProperties(val adDurationMs: Long, val adAudioVolume: Float)

Represents ad video properties which the verification provider might require.

Constructors

Link copied to clipboard
constructor(adDurationMs: Long, adAudioVolume: Float)

Properties

Link copied to clipboard

The audio volume of the ad video. The range varies from 0 to 1.0 where 0 being the silence (volume muted).

Link copied to clipboard

The duration of the ad video, in milliseconds.