Table of Contents

Class DrmErrorEvent

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

initializer IJVMBridgeBaseInitializer

DrmErrorEvent(int, int, String)

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

Parameters

arg0 int

int

arg1 int

int

arg2 String

String

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

[Obsolete("Deprecated in JVM")]
public DrmErrorEvent(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_ACQUIRE_DRM_INFO_FAILED

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

Property Value

int

TYPE_NOT_SUPPORTED

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

Property Value

int

TYPE_NO_INTERNET_CONNECTION

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

Property Value

int

TYPE_OUT_OF_MEMORY

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

Property Value

int

TYPE_PROCESS_DRM_INFO_FAILED

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

Property Value

int

TYPE_REMOVE_ALL_RIGHTS_FAILED

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

Property Value

int

TYPE_RIGHTS_NOT_INSTALLED

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

Property Value

int

TYPE_RIGHTS_RENEWAL_NOT_ALLOWED

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

Property Value

int

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

arg0 int
arg1 int
arg2 String

Returns

DrmErrorEvent

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)

Parameters

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

Returns

DrmErrorEvent