Class DrmInfoEvent
[Obsolete("Deprecated in JVM")]
public class DrmInfoEvent : DrmEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
DrmInfoEvent
- Implements
- Inherited Members
- Extension Methods
Constructors
DrmInfoEvent(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 DrmInfoEvent(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
DrmInfoEvent(int, int, String)
[Obsolete("Deprecated in JVM")]
public DrmInfoEvent(int arg0, int arg1, String arg2)
Parameters
DrmInfoEvent(int, int, String, HashMap<String, object>)
[Obsolete("Deprecated in JVM")]
public DrmInfoEvent(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_ACCOUNT_ALREADY_REGISTERED
[Obsolete("Deprecated in JVM")]
public static int TYPE_ACCOUNT_ALREADY_REGISTERED { get; set; }
Property Value
TYPE_ALREADY_REGISTERED_BY_ANOTHER_ACCOUNT
[Obsolete("Deprecated in JVM")]
public static int TYPE_ALREADY_REGISTERED_BY_ANOTHER_ACCOUNT { get; set; }
Property Value
TYPE_REMOVE_RIGHTS
[Obsolete("Deprecated in JVM")]
public static int TYPE_REMOVE_RIGHTS { get; set; }
Property Value
TYPE_RIGHTS_INSTALLED
[Obsolete("Deprecated in JVM")]
public static int TYPE_RIGHTS_INSTALLED { get; set; }
Property Value
TYPE_RIGHTS_REMOVED
[Obsolete("Deprecated in JVM")]
public static int TYPE_RIGHTS_REMOVED { get; set; }
Property Value
TYPE_WAIT_FOR_RIGHTS
[Obsolete("Deprecated in JVM")]
public static int TYPE_WAIT_FOR_RIGHTS { get; set; }
Property Value
Methods
CreatePoolableInstance(int, int, String)
HPA initializer for DrmInfoEvent(int arg0, int arg1, Java.Lang.String arg2)
public static DrmInfoEvent CreatePoolableInstance(int arg0, int arg1, String arg2)
Parameters
Returns
CreatePoolableInstance(int, int, String, HashMap<String, object>)
HPA initializer for DrmInfoEvent(int arg0, int arg1, Java.Lang.String arg2, Java.Util.HashMap%3CJava.Lang.String, object%3E arg3)
public static DrmInfoEvent CreatePoolableInstance(int arg0, int arg1, String arg2, HashMap<String, object> arg3)