DownloadState

enum DownloadState

Enum representing state of download session.

Entries

FINISHED
Link copied to clipboard

Download session successfully finished.

FAILED
Link copied to clipboard

Download session failed.

DOWNLOADING
Link copied to clipboard

Download session is in progress.

PENDING
Link copied to clipboard

Download session initiated but not started yet.

Functions

valueOf
Link copied to clipboard
open fun valueOf(name: String): DownloadState
values
Link copied to clipboard
open fun values(): Array<DownloadState>