Most visited

Recently visited

Added in API level 11

ProcessedData

public class ProcessedData
extends Object

java.lang.Object
    android.drm.ProcessedData


包装设备和DRM服务器之间processDrmInfo()交易结果的实体类。 在许可证收购场景中,此类以二进制形式保存权利信息。

摘要(Summary)

公共方法(Public methods)

String getAccountId()

检索与此对象关联的帐户ID。

byte[] getData()

检索处理的数据。

String getSubscriptionId()

返回与此对象关联的订阅ID。

继承方法(Inherited methods)

From class java.lang.Object

公共方法(Public methods)

getAccountId

Added in API level 11
String getAccountId ()

检索与此对象关联的帐户ID。

返回(Returns)
String The account ID of the user.

getData

Added in API level 11
byte[] getData ()

检索处理的数据。

返回(Returns)
byte[] The rights data.

getSubscriptionId

Added in API level 11
String getSubscriptionId ()

返回与此对象关联的订阅ID。

返回(Returns)
String The subscription ID of the user.

Hooray!