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
open override val container: ApplicationContainer? = null

The ApplicationContainer instance. This value is optional if unknown.

Link copied to clipboard
open override val content: Content

The Content instance.

Link copied to clipboard
open override val location: Location? = null

The UserJourney instance. This value is optional is unknown.

Link copied to clipboard
open override val playbackSource: PlaybackSource? = null

The PlaybackSource instance.

Link copied to clipboard
open override val userJourney: UserJourney? = null

The UserJourney instance. This value is optional is unknown.