All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.drm.DrmEvent Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.drm;
public class DrmEvent
{
protected  DrmEvent(int uniqueId, int type, java.lang.String message, java.util.HashMap attributes) { throw new RuntimeException("Stub!"); }
protected  DrmEvent(int uniqueId, int type, java.lang.String message) { throw new RuntimeException("Stub!"); }
public  int getUniqueId() { throw new RuntimeException("Stub!"); }
public  int getType() { throw new RuntimeException("Stub!"); }
public  java.lang.String getMessage() { throw new RuntimeException("Stub!"); }
public  java.lang.Object getAttribute(java.lang.String key) { throw new RuntimeException("Stub!"); }
public static final int TYPE_ALL_RIGHTS_REMOVED = 1001;
public static final int TYPE_DRM_INFO_PROCESSED = 1002;
public static final java.lang.String DRM_INFO_STATUS_OBJECT = "drm_info_status_object";
public static final java.lang.String DRM_INFO_OBJECT = "drm_info_object";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy