MediaDrm.OfflineLicenseStateUnknown Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.OfflineLicenseState enum directly instead of this field.

Offline license state is unknown, an error occurred while trying to access it.

[Android.Runtime.Register("OFFLINE_LICENSE_STATE_UNKNOWN", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.OfflineLicenseState enum directly instead of this field.", true)]
public const Android.Media.OfflineLicenseState OfflineLicenseStateUnknown = 0;
[<Android.Runtime.Register("OFFLINE_LICENSE_STATE_UNKNOWN", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.OfflineLicenseState enum directly instead of this field.", true)>]
val mutable OfflineLicenseStateUnknown : Android.Media.OfflineLicenseState

Field Value

Value = 0
Attributes

Remarks

Offline license state is unknown, an error occurred while trying to access it.

Java documentation for android.media.MediaDrm.OFFLINE_LICENSE_STATE_UNKNOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to