OfflineOptionEntryState
enum OfflineOptionEntryState : Enum<OfflineOptionEntryState>
Contains the states an OfflineOptionEntry can have.
Entries
| Downloaded | Downloaded The OfflineOptionEntry is downloaded and ready for offline playback. |
| Downloading | Downloading The OfflineOptionEntry is currently downloading. |
| Deleting | Deleting The data of the OfflineOptionEntry are currently deleted. |
| Suspended | Suspended The download of the OfflineOptionEntry is suspended, and is only partly downloaded yet. |
| NotDownloaded | NotDownloaded The OfflineOptionEntry is not downloaded. However, some data may be still cached. |
| Failed | Failed The download of the OfflineOptionEntry failed and was not restarted yet. Once restarted it will transit back to Downloading. |
Properties
| Name | Summary |
|---|---|
| entries | val entries: EnumEntries<OfflineOptionEntryState> Returns a representation of an immutable list of all enum entries, in the order they're declared. |
Functions
| Name | Summary |
|---|---|
| valueOf | fun 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.) |
| values | fun values(): Array<OfflineOptionEntryState> Returns an array containing the constants of this enum type, in the order they're declared. |