OfflineWarningCode

OfflineWarningCode

@Serializable(with = OfflineWarningCodeSerializer::class)

enum OfflineWarningCode : WarningCode, Enum<OfflineWarningCode>

3000 - 3999: Offline-related warning codes

  • 3300 - 3399: DRM

Entries

GeneralGeneral
A general offline warning when a more specific warning code could not be determined.
DrmGeneralDrmGeneral
A general DRM warning when a more specific warning code could not be determined. The message of the according OfflineEvent.Warning provides more information.
DrmLicenseReleaseFailedDrmLicenseReleaseFailed
Releasing the DRM license failed.

Types

NameSummary
Companionobject Companion

Properties

NameSummary
entriesval entries: EnumEntries<OfflineWarningCode>
Returns a representation of an immutable list of all enum entries, in the order they're declared.
valueopen override val value: Int
The raw code value associated with the deficiency.

Functions

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