android.drm
Class DrmEvent

java.lang.Object
  extended by android.drm.DrmEvent
Direct Known Subclasses:
DrmErrorEvent, DrmInfoEvent

public class DrmEvent
extends Object


Field Summary
static String DRM_INFO_OBJECT
           
static String DRM_INFO_STATUS_OBJECT
           
static int TYPE_ALL_RIGHTS_REMOVED
           
static int TYPE_DRM_INFO_PROCESSED
           
 
Constructor Summary
protected DrmEvent(int uniqueId, int type, String message)
           
protected DrmEvent(int uniqueId, int type, String message, HashMap<String,Object> attributes)
           
 
Method Summary
 Object getAttribute(String key)
           
 String getMessage()
           
 int getType()
           
 int getUniqueId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_ALL_RIGHTS_REMOVED

public static final int TYPE_ALL_RIGHTS_REMOVED
See Also:
Constant Field Values

TYPE_DRM_INFO_PROCESSED

public static final int TYPE_DRM_INFO_PROCESSED
See Also:
Constant Field Values

DRM_INFO_STATUS_OBJECT

public static final String DRM_INFO_STATUS_OBJECT
See Also:
Constant Field Values

DRM_INFO_OBJECT

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

DrmEvent

protected DrmEvent(int uniqueId,
                   int type,
                   String message,
                   HashMap<String,Object> attributes)

DrmEvent

protected DrmEvent(int uniqueId,
                   int type,
                   String message)
Method Detail

getUniqueId

public int getUniqueId()

getType

public int getType()

getMessage

public String getMessage()

getAttribute

public Object getAttribute(String key)


Copyright © 2008-2012. All Rights Reserved.