Android.Media.MediaDrm.EventProvisionRequired Field
This event type indicates that the app needs to request a certificate from the provisioning server.

Value: 1

Syntax

[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.")]
public const MediaDrmEventType EventProvisionRequired

Remarks

This event type indicates that the app needs to request a certificate from the provisioning server. The request message data is obtained using MediaDrm.GetProvisionRequest

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18