Android.Drm.DrmInfoStatus Class
An entity class that wraps the result of communication between a device and an online DRM server.

See Also: DrmInfoStatus Members

Syntax

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

Remarks

An entity class that wraps the result of communication between a device and an online DRM server. Specifically, when the DrmManagerClient.ProcessDrmInfo(DrmInfo) method is called, an instance of DrmInfoStatus is returned.

This class contains the Android.Drm.ProcessedData object, which can be used to instantiate a Android.Drm.DrmRights object during license acquisition.

[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