public class

ProcessedData

extends Object
java.lang.Object
   ↳ android.drm.ProcessedData

Class Overview

This is an entity class which wraps the result of transaction between device and online DRM server by using processDrmInfo(DrmInfo) In license acquisition scenario this class would hold the binary data of rights information.

Summary

Public Methods
String getAccountId()
Returns the account-id associated with this object
byte[] getData()
Returns the processed data as a result.
String getSubscriptionId()
Returns the subscription-id associated with this object
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getAccountId ()

Since: API Level 11

Returns the account-id associated with this object

Returns
  • Account Id associated

public byte[] getData ()

Since: API Level 11

Returns the processed data as a result.

Returns
  • Rights data associated

public String getSubscriptionId ()

Since: API Level 11

Returns the subscription-id associated with this object

Returns
  • Subscription Id associated