OfflineOptionEntryState

OfflineOptionEntryState

enum OfflineOptionEntryState : Enum<OfflineOptionEntryState>

Contains the states an OfflineOptionEntry can have.

Entries

DownloadedDownloaded
The OfflineOptionEntry is downloaded and ready for offline playback.
DownloadingDownloading
The OfflineOptionEntry is currently downloading.
DeletingDeleting
The data of the OfflineOptionEntry are currently deleted.
SuspendedSuspended
The download of the OfflineOptionEntry is suspended, and is only partly downloaded yet.
NotDownloadedNotDownloaded
The OfflineOptionEntry is not downloaded. However, some data may be still cached.
FailedFailed
The download of the OfflineOptionEntry failed and was not restarted yet. Once restarted it will transit back to Downloading.

Properties

NameSummary
entriesval entries: EnumEntries<OfflineOptionEntryState>
Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

NameSummary
valueOffun valueOf(value: String): OfflineOptionEntryState
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.)
valuesfun values(): Array<OfflineOptionEntryState>
Returns an array containing the constants of this enum type, in the order they're declared.