Class DrmErrorEvent
[Obsolete]
public class DrmErrorEvent : DrmEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<DrmEvent>DrmErrorEvent
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<DrmEvent>.SExecute<TNewClass, TReturn, TConverter>(IJavaType, string, params object[])JVMBridgeBase<DrmEvent>.IsAssignableFrom(IJavaType)JVMBridgeBase<DrmEvent>.IsAssignableFrom<T>()JVMBridgeBase<DrmEvent>.Execute<T>(params T[])JVMBridgeBase<DrmEvent>.DynBridgeClazzJVMBridgeBase<DrmEvent>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
DrmErrorEvent(int, int, String, HashMap<String, object>)
[Obsolete]
public DrmErrorEvent(int arg0, int arg1, String arg2, HashMap<String, object> arg3)
Parameters
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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
TYPE_ACQUIRE_DRM_INFO_FAILED
[Obsolete]
public static int TYPE_ACQUIRE_DRM_INFO_FAILED { get; }
Property Value
TYPE_NOT_SUPPORTED
[Obsolete]
public static int TYPE_NOT_SUPPORTED { get; }
Property Value
TYPE_NO_INTERNET_CONNECTION
[Obsolete]
public static int TYPE_NO_INTERNET_CONNECTION { get; }
Property Value
TYPE_OUT_OF_MEMORY
[Obsolete]
public static int TYPE_OUT_OF_MEMORY { get; }
Property Value
TYPE_PROCESS_DRM_INFO_FAILED
[Obsolete]
public static int TYPE_PROCESS_DRM_INFO_FAILED { get; }
Property Value
TYPE_REMOVE_ALL_RIGHTS_FAILED
https://developer.android.com/reference/android/drm/DrmErrorEvent.html#TYPE_REMOVE_ALL_RIGHTS_FAILED
[Obsolete]
public static int TYPE_REMOVE_ALL_RIGHTS_FAILED { get; }
Property Value
TYPE_RIGHTS_NOT_INSTALLED
[Obsolete]
public static int TYPE_RIGHTS_NOT_INSTALLED { get; }
Property Value
TYPE_RIGHTS_RENEWAL_NOT_ALLOWED
[Obsolete]
public static int TYPE_RIGHTS_RENEWAL_NOT_ALLOWED { get; }