Skip to main content

DownloadState

[androidJvm]
enum DownloadState : Enum<DownloadState>

Entries

QUEUED[androidJvm]
QUEUED
STOPPED[androidJvm]
STOPPED
DOWNLOADING[androidJvm]
DOWNLOADING
COMPLETED[androidJvm]
COMPLETED
FAILED[androidJvm]
FAILED
REMOVING[androidJvm]
REMOVING
RESTARTING[androidJvm]
RESTARTING

Properties

NameSummary
name[androidJvm]
val name: String
ordinal[androidJvm]
val ordinal: Int
value[androidJvm]
val value: Int

Functions

NameSummary
valueOf[androidJvm]
fun valueOf(value: String): DownloadState
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values[androidJvm]
fun values(): Array<DownloadState>
Returns an array containing the constants of this enum type, in the order they're declared.