Android.Media.MediaDrm.ProvideProvisionResponse Method
After a provision response is received by the app, it is provided to the DRM engine plugin using this method.

Syntax

[Android.Runtime.Register("provideProvisionResponse", "([B)V", "")]
public void ProvideProvisionResponse (byte[] response)

Parameters

response
the opaque provisioning response byte array to provide to the DRM engine plugin.

Exceptions

TypeReason
Android.Media.DeniedByServerExceptionif the response indicates that the server rejected the request

Remarks

After a provision response is received by the app, it is provided to the DRM engine plugin using this method.

[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