Class DrmInfoRequest
[Obsolete("Deprecated in JVM")]
public class DrmInfoRequest : JVMBridgeBase<DrmInfoRequest>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
DrmInfoRequest
- Implements
- Extension Methods
Constructors
DrmInfoRequest(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 DrmInfoRequest(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
DrmInfoRequest(int, String)
[Obsolete("Deprecated in JVM")]
public DrmInfoRequest(int arg0, String arg1)
Parameters
Properties
ACCOUNT_ID
[Obsolete("Deprecated in JVM")]
public static String ACCOUNT_ID { get; set; }
Property Value
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
SUBSCRIPTION_ID
[Obsolete("Deprecated in JVM")]
public static String SUBSCRIPTION_ID { get; set; }
Property Value
TYPE_REGISTRATION_INFO
[Obsolete("Deprecated in JVM")]
public static int TYPE_REGISTRATION_INFO { get; set; }
Property Value
TYPE_RIGHTS_ACQUISITION_INFO
https://developer.android.com/reference/android/drm/DrmInfoRequest.html#TYPE_RIGHTS_ACQUISITION_INFO
[Obsolete("Deprecated in JVM")]
public static int TYPE_RIGHTS_ACQUISITION_INFO { get; set; }
Property Value
TYPE_RIGHTS_ACQUISITION_PROGRESS_INFO
[Obsolete("Deprecated in JVM")]
public static int TYPE_RIGHTS_ACQUISITION_PROGRESS_INFO { get; set; }
Property Value
TYPE_UNREGISTRATION_INFO
[Obsolete("Deprecated in JVM")]
public static int TYPE_UNREGISTRATION_INFO { get; set; }
Property Value
Methods
CreatePoolableInstance(int, String)
HPA initializer for DrmInfoRequest(int arg0, Java.Lang.String arg1)
public static DrmInfoRequest CreatePoolableInstance(int arg0, String arg1)
Parameters
Returns
Get(String)
[Obsolete("Deprecated in JVM")]
public object Get(String arg0)
Parameters
Returns
GetInfoType()
[Obsolete("Deprecated in JVM")]
public int GetInfoType()
Returns
GetMimeType()
[Obsolete("Deprecated in JVM")]
public String GetMimeType()
Returns
Iterator()
[Obsolete("Deprecated in JVM")]
public Iterator<object> Iterator()
Returns
KeyIterator()
[Obsolete("Deprecated in JVM")]
public Iterator<String> KeyIterator()
Returns
Put(String, object)
[Obsolete("Deprecated in JVM")]
public void Put(String arg0, object arg1)