OfflineWarningCode
@Serializable(with = OfflineWarningCodeSerializer::class)
enum OfflineWarningCode : WarningCode, Enum<OfflineWarningCode>
3000 - 3999: Offline-related warning codes
- 3300 - 3399: DRM
Entries
| General | General A general offline warning when a more specific warning code could not be determined. |
| DrmGeneral | DrmGeneral A general DRM warning when a more specific warning code could not be determined. The message of the according OfflineEvent.Warning provides more information. |
| DrmLicenseReleaseFailed | DrmLicenseReleaseFailed Releasing the DRM license failed. |
Types
| Name | Summary |
|---|---|
| Companion | object Companion |
Properties
| Name | Summary |
|---|---|
| entries | val entries: EnumEntries<OfflineWarningCode> Returns a representation of an immutable list of all enum entries, in the order they're declared. |
| value | open override val value: Int The raw code value associated with the deficiency. |
Functions
| Name | Summary |
|---|---|
| valueOf | fun valueOf(value: String): OfflineWarningCode 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<OfflineWarningCode> Returns an array containing the constants of this enum type, in the order they're declared. |