MediaDrm.EventProvisionRequired Field

Definition

Caution

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

This event type indicates that the app needs to request a certificate from the provisioning server.

[Android.Runtime.Register("EVENT_PROVISION_REQUIRED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaDrmEventType enum directly instead of this field.", true)]
public const Android.Media.MediaDrmEventType EventProvisionRequired = 1;
[<Android.Runtime.Register("EVENT_PROVISION_REQUIRED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaDrmEventType enum directly instead of this field.", true)>]
val mutable EventProvisionRequired : Android.Media.MediaDrmEventType

Field Value

MediaDrmEventType
Attributes

Remarks

Java documentation for android.media.MediaDrm.EVENT_PROVISION_REQUIRED.

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