android.drm
Class DrmInfoRequest

java.lang.Object
  extended by android.drm.DrmInfoRequest

public class DrmInfoRequest
extends Object


Field Summary
static String ACCOUNT_ID
           
static String SUBSCRIPTION_ID
           
static int TYPE_REGISTRATION_INFO
           
static int TYPE_RIGHTS_ACQUISITION_INFO
           
static int TYPE_RIGHTS_ACQUISITION_PROGRESS_INFO
           
static int TYPE_UNREGISTRATION_INFO
           
 
Constructor Summary
DrmInfoRequest(int infoType, String mimeType)
           
 
Method Summary
 Object get(String key)
           
 int getInfoType()
           
 String getMimeType()
           
 Iterator<Object> iterator()
           
 Iterator<String> keyIterator()
           
 void put(String key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_REGISTRATION_INFO

public static final int TYPE_REGISTRATION_INFO
See Also:
Constant Field Values

TYPE_UNREGISTRATION_INFO

public static final int TYPE_UNREGISTRATION_INFO
See Also:
Constant Field Values

TYPE_RIGHTS_ACQUISITION_INFO

public static final int TYPE_RIGHTS_ACQUISITION_INFO
See Also:
Constant Field Values

TYPE_RIGHTS_ACQUISITION_PROGRESS_INFO

public static final int TYPE_RIGHTS_ACQUISITION_PROGRESS_INFO
See Also:
Constant Field Values

ACCOUNT_ID

public static final String ACCOUNT_ID
See Also:
Constant Field Values

SUBSCRIPTION_ID

public static final String SUBSCRIPTION_ID
See Also:
Constant Field Values
Constructor Detail

DrmInfoRequest

public DrmInfoRequest(int infoType,
                      String mimeType)
Method Detail

getMimeType

public String getMimeType()

getInfoType

public int getInfoType()

put

public void put(String key,
                Object value)

get

public Object get(String key)

keyIterator

public Iterator<String> keyIterator()

iterator

public Iterator<Object> iterator()


Copyright © 2008-2012. All Rights Reserved.