MediaDrm.EventProvisionRequired Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This event type indicates that the app needs to request a certificate from the provisioning server.
[Android.Runtime.Register("EVENT_PROVISION_REQUIRED")]
public const Android.Media.MediaDrmEventType EventProvisionRequired = 1;
[<Android.Runtime.Register("EVENT_PROVISION_REQUIRED")>]
val mutable EventProvisionRequired : Android.Media.MediaDrmEventType
Field Value
Value = 1- Attributes
Remarks
This event type indicates that the app needs to request a certificate from the provisioning server. The request message data is obtained using #getProvisionRequest
This member is deprecated. Handle provisioning via android.media.NotProvisionedException
instead.
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.