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 processDrmInfo() 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
open fun getAccountId(): String!

Deprecated: Deprecated in Java.

Retrieves the account ID associated with this object.

Return
String! The account ID of the user.

getData

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

Deprecated: Deprecated in Java.

Retrieves the processed data.

Return
ByteArray! The rights data.

getSubscriptionId

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

Deprecated: Deprecated in Java.

Returns the subscription ID associated with this object.

Return
String! The subscription ID of the user.