DownloadRequest
data class DownloadRequest(val content: Content, val playbackSource: PlaybackSource? = null, val container: ApplicationContainer? = null, val userJourney: UserJourney? = null, val location: Location? = null) : MediaRequest
Represents collection of reporting data payload related to video download request event.
Constructors
Link copied to clipboard
constructor(content: Content, playbackSource: PlaybackSource? = null, container: ApplicationContainer? = null, userJourney: UserJourney? = null, location: Location? = null)
Properties
Link copied to clipboard
The ApplicationContainer instance. This value is optional if unknown.
Link copied to clipboard
The UserJourney instance. This value is optional is unknown.
Link copied to clipboard
The PlaybackSource instance.
Link copied to clipboard
The UserJourney instance. This value is optional is unknown.