Download

interface Download

Represents a download asset.

Properties

Link copied to clipboard
abstract var expiration: Long

The expiration of the content being downloaded.

Link copied to clipboard
abstract val id: String

Uniquely identifies a download.

Link copied to clipboard
abstract val mediaURL: String

The media URL of the content being downloaded.

Link copied to clipboard
abstract val metadata: String

Application metadata associated with the download. This is the same data passed as part of DownloadRequest.metadata

Link copied to clipboard
abstract val progressPercent: Float

Download progress percentage in decimal.

Link copied to clipboard
abstract val state: DownloadState

The state of the download.