Table of Contents

Class DrmErrorEvent

Namespace
Android.Drm
Assembly
MASES.Netdroid.dll
[Obsolete]
public class DrmErrorEvent : DrmEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<DrmEvent>
DrmErrorEvent
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<DrmEvent>.IsAssignableFrom(IJavaType)
JVMBridgeBase<DrmEvent>.IsAssignableFrom<T>()
JVMBridgeBase<DrmEvent>.Execute<T>(params T[])
JVMBridgeBase<DrmEvent>.DynBridgeClazz
JVMBridgeBase<DrmEvent>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

DrmErrorEvent()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public DrmErrorEvent()

DrmErrorEvent(int, int, String)

[Obsolete]
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]
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

DrmErrorEvent(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public DrmErrorEvent(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

TYPE_ACQUIRE_DRM_INFO_FAILED

[Obsolete]
public static int TYPE_ACQUIRE_DRM_INFO_FAILED { get; }

Property Value

int

TYPE_NOT_SUPPORTED

[Obsolete]
public static int TYPE_NOT_SUPPORTED { get; }

Property Value

int

TYPE_NO_INTERNET_CONNECTION

[Obsolete]
public static int TYPE_NO_INTERNET_CONNECTION { get; }

Property Value

int

TYPE_OUT_OF_MEMORY

[Obsolete]
public static int TYPE_OUT_OF_MEMORY { get; }

Property Value

int

TYPE_PROCESS_DRM_INFO_FAILED

[Obsolete]
public static int TYPE_PROCESS_DRM_INFO_FAILED { get; }

Property Value

int

TYPE_REMOVE_ALL_RIGHTS_FAILED

[Obsolete]
public static int TYPE_REMOVE_ALL_RIGHTS_FAILED { get; }

Property Value

int

TYPE_RIGHTS_NOT_INSTALLED

[Obsolete]
public static int TYPE_RIGHTS_NOT_INSTALLED { get; }

Property Value

int

TYPE_RIGHTS_RENEWAL_NOT_ALLOWED

[Obsolete]
public static int TYPE_RIGHTS_RENEWAL_NOT_ALLOWED { get; }

Property Value

int