android.drm
Class DrmEvent
java.lang.Object
android.drm.DrmEvent
- Direct Known Subclasses:
- DrmErrorEvent, DrmInfoEvent
public class DrmEvent
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DrmEvent
protected DrmEvent(int uniqueId,
int type,
String message,
HashMap<String,Object> attributes)
DrmEvent
protected DrmEvent(int uniqueId,
int type,
String message)
getUniqueId
public int getUniqueId()
getType
public int getType()
getMessage
public String getMessage()
getAttribute
public Object getAttribute(String key)
Copyright © 2008-2012. All Rights Reserved.