Status

sealed class Status

Status of the download of a MediaDownload.

Types

Completed
Link copied to clipboard
object Completed : MediaDownload.Status
Idle
Link copied to clipboard
object Idle : MediaDownload.Status
InProgress
Link copied to clipboard
data class InProgress(progress: Float) : MediaDownload.Status

Inheritors

MediaDownload.Status
Link copied to clipboard
MediaDownload.Status
Link copied to clipboard
MediaDownload.Status
Link copied to clipboard