Table of Contents

Class DrmInfoEvent

Namespace
Android.Drm
Assembly
MASES.Netdroid.dll
[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

initializer IJVMBridgeBaseInitializer

DrmInfoEvent(int, int, String)

[Obsolete("Deprecated in JVM")]
public DrmInfoEvent(int arg0, int arg1, String arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 String

String

DrmInfoEvent(int, int, String, HashMap<String, object>)

[Obsolete("Deprecated in JVM")]
public DrmInfoEvent(int arg0, int arg1, String arg2, HashMap<String, object> arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 String

String

arg3 HashMap<String, object>

HashMap

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

TYPE_ACCOUNT_ALREADY_REGISTERED

[Obsolete("Deprecated in JVM")]
public static int TYPE_ACCOUNT_ALREADY_REGISTERED { get; set; }

Property Value

int

TYPE_ALREADY_REGISTERED_BY_ANOTHER_ACCOUNT

[Obsolete("Deprecated in JVM")]
public static int TYPE_ALREADY_REGISTERED_BY_ANOTHER_ACCOUNT { get; set; }

Property Value

int

TYPE_REMOVE_RIGHTS

[Obsolete("Deprecated in JVM")]
public static int TYPE_REMOVE_RIGHTS { get; set; }

Property Value

int

TYPE_RIGHTS_INSTALLED

[Obsolete("Deprecated in JVM")]
public static int TYPE_RIGHTS_INSTALLED { get; set; }

Property Value

int

TYPE_RIGHTS_REMOVED

[Obsolete("Deprecated in JVM")]
public static int TYPE_RIGHTS_REMOVED { get; set; }

Property Value

int

TYPE_WAIT_FOR_RIGHTS

[Obsolete("Deprecated in JVM")]
public static int TYPE_WAIT_FOR_RIGHTS { get; set; }

Property Value

int

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

arg0 int
arg1 int
arg2 String

Returns

DrmInfoEvent

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)

Parameters

arg0 int
arg1 int
arg2 String
arg3 HashMap<String, object>

Returns

DrmInfoEvent