DrmInfoStatus.Data Property

Definition

The processed data.

[Android.Runtime.Register("data")]
public Android.Drm.ProcessedData? Data { get; set; }
[<Android.Runtime.Register("data")>]
member this.Data : Android.Drm.ProcessedData with get, set

Property Value

Attributes

Remarks

The processed data. It is optional and thus could be null. When it is null, it indicates that a particular call to DrmManagerClient#processDrmInfo DrmManagerClient.processDrmInfo() does not return any additional useful information except for the status code.

Java documentation for android.drm.DrmInfoStatus.data.

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.

Applies to