ProcessedData
open classProcessedData
| 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! | getData()Retrieves the processed data. | 
| open String! | Returns the subscription ID associated with this object. | 
Public methods
getAccountId
open fungetAccountId(): String!
Deprecated: Deprecated in Java.
Retrieves the account ID associated with this object.
| Return | |
|---|---|
| String! | The account ID of the user. | 
getData
open fungetData(): ByteArray!
Deprecated: Deprecated in Java.
Retrieves the processed data.
| Return | |
|---|---|
| ByteArray! | The rights data. | 
getSubscriptionId
open fungetSubscriptionId(): String!
Deprecated: Deprecated in Java.
Returns the subscription ID associated with this object.
| Return | |
|---|---|
| String! | The subscription ID of the user. | 
