Android.Drm.DrmInfo Class
An entity class that describes the information required to send transactions between a device and an online DRM server.

See Also: DrmInfo Members

Syntax

[Android.Runtime.Register("android/drm/DrmInfo", DoNotGenerateAcw=true)]
public class DrmInfo : Java.Lang.Object

Remarks

An entity class that describes the information required to send transactions between a device and an online DRM server. The DRM framework achieves server registration, license acquisition, and any other server-related transactions by passing an instance of this class to DrmManagerClient.ProcessDrmInfo(DrmInfo).

The caller can retrieve the Android.Drm.DrmInfo instance by passing a Android.Drm.DrmInfoRequest instance to DrmManagerClient.AcquireDrmInfo(DrmInfoRequest).

[Android Documentation]

Requirements

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