Table of Contents

Class DrmInfoRequest

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

initializer IJVMBridgeBaseInitializer

DrmInfoRequest(int, String)

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

Parameters

arg0 int

int

arg1 String

String

Properties

ACCOUNT_ID

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

Property Value

String

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

SUBSCRIPTION_ID

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

Property Value

String

TYPE_REGISTRATION_INFO

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

Property Value

int

TYPE_RIGHTS_ACQUISITION_INFO

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

Property Value

int

TYPE_RIGHTS_ACQUISITION_PROGRESS_INFO

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

Property Value

int

TYPE_UNREGISTRATION_INFO

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

Property Value

int

Methods

CreatePoolableInstance(int, String)

HPA initializer for DrmInfoRequest(int arg0, Java.Lang.String arg1)

public static DrmInfoRequest CreatePoolableInstance(int arg0, String arg1)

Parameters

arg0 int
arg1 String

Returns

DrmInfoRequest

Get(String)

[Obsolete("Deprecated in JVM")]
public object Get(String arg0)

Parameters

arg0 String

String

Returns

object

object

GetInfoType()

[Obsolete("Deprecated in JVM")]
public int GetInfoType()

Returns

int

int

GetMimeType()

[Obsolete("Deprecated in JVM")]
public String GetMimeType()

Returns

String

String

Iterator()

[Obsolete("Deprecated in JVM")]
public Iterator<object> Iterator()

Returns

Iterator<object>

Iterator

KeyIterator()

[Obsolete("Deprecated in JVM")]
public Iterator<String> KeyIterator()

Returns

Iterator<String>

Iterator

Put(String, object)

[Obsolete("Deprecated in JVM")]
public void Put(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object