Class DrmErrorEvent
[Obsolete("Deprecated in JVM")]
public class DrmErrorEvent : DrmEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
DrmErrorEvent
- Implements
- Inherited Members
- Extension Methods
Constructors
DrmErrorEvent(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public DrmErrorEvent(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
DrmErrorEvent(int, int, String)
[Obsolete("Deprecated in JVM")]
public DrmErrorEvent(int arg0, int arg1, String arg2)
Parameters
DrmErrorEvent(int, int, String, HashMap<String, object>)
[Obsolete("Deprecated in JVM")]
public DrmErrorEvent(int arg0, int arg1, String arg2, HashMap<String, object> arg3)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
TYPE_ACQUIRE_DRM_INFO_FAILED
[Obsolete("Deprecated in JVM")]
public static int TYPE_ACQUIRE_DRM_INFO_FAILED { get; set; }
Property Value
TYPE_NOT_SUPPORTED
[Obsolete("Deprecated in JVM")]
public static int TYPE_NOT_SUPPORTED { get; set; }
Property Value
TYPE_NO_INTERNET_CONNECTION
[Obsolete("Deprecated in JVM")]
public static int TYPE_NO_INTERNET_CONNECTION { get; set; }
Property Value
TYPE_OUT_OF_MEMORY
[Obsolete("Deprecated in JVM")]
public static int TYPE_OUT_OF_MEMORY { get; set; }
Property Value
TYPE_PROCESS_DRM_INFO_FAILED
[Obsolete("Deprecated in JVM")]
public static int TYPE_PROCESS_DRM_INFO_FAILED { get; set; }
Property Value
TYPE_REMOVE_ALL_RIGHTS_FAILED
https://developer.android.com/reference/android/drm/DrmErrorEvent.html#TYPE_REMOVE_ALL_RIGHTS_FAILED
[Obsolete("Deprecated in JVM")]
public static int TYPE_REMOVE_ALL_RIGHTS_FAILED { get; set; }
Property Value
TYPE_RIGHTS_NOT_INSTALLED
[Obsolete("Deprecated in JVM")]
public static int TYPE_RIGHTS_NOT_INSTALLED { get; set; }
Property Value
TYPE_RIGHTS_RENEWAL_NOT_ALLOWED
[Obsolete("Deprecated in JVM")]
public static int TYPE_RIGHTS_RENEWAL_NOT_ALLOWED { get; set; }
Property Value
Methods
CreatePoolableInstance(int, int, String)
HPA initializer for DrmErrorEvent(int arg0, int arg1, Java.Lang.String arg2)
public static DrmErrorEvent CreatePoolableInstance(int arg0, int arg1, String arg2)
Parameters
Returns
CreatePoolableInstance(int, int, String, HashMap<String, object>)
HPA initializer for DrmErrorEvent(int arg0, int arg1, Java.Lang.String arg2, Java.Util.HashMap%3CJava.Lang.String, object%3E arg3)
public static DrmErrorEvent CreatePoolableInstance(int arg0, int arg1, String arg2, HashMap<String, object> arg3)