Google is committed to advancing racial equity for Black communities. See how.
Added in API level 11
Deprecated in API level 30

ProcessedData

open class ProcessedData
kotlin.Any
   ↳ android.drm.ProcessedData

An entity class that wraps the result of a DrmManagerClient#processDrmInfo(DrmInfo) transaction between a device and a DRM server. In a license acquisition scenario this class holds the rights information in binary form.

Summary

Public methods

open String!

Retrieves the account ID associated with this object.

open ByteArray!

Retrieves the processed data.

open String!

Returns the subscription ID associated with this object.

Public methods

getAccountId

Added in API level 11
Deprecated in API level 30
open fun getAccountId(): String!

Deprecated.

Retrieves the account ID associated with this object.

Return
String! The account ID of the user.

getData

Added in API level 11
Deprecated in API level 30
open fun getData(): ByteArray!

Deprecated.

Retrieves the processed data.

Return
ByteArray! The rights data.

getSubscriptionId

Added in API level 11
Deprecated in API level 30
open fun getSubscriptionId(): String!

Deprecated.

Returns the subscription ID associated with this object.

Return
String! The subscription ID of the user.