Table of Contents

Class CommandRequest

Namespace
Android.Media.Tv
Assembly
MASES.Netdroid.dll
public class CommandRequest : BroadcastInfoRequest, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
CommandRequest
Implements
Inherited Members
Extension Methods

Constructors

CommandRequest(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 CommandRequest(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

CommandRequest(int, int, String, String, String, String)

public CommandRequest(int arg0, int arg1, String arg2, String arg3, String arg4, String arg5)

Parameters

arg0 int

int

arg1 int

int

arg2 String

String

arg3 String

String

arg4 String

String

arg5 String

String

Properties

ARGUMENT_TYPE_JSON

public static String ARGUMENT_TYPE_JSON { get; set; }

Property Value

String

ARGUMENT_TYPE_XML

public static String ARGUMENT_TYPE_XML { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

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

Methods

CreatePoolableInstance(int, int, String, String, String, String)

HPA initializer for CommandRequest(int arg0, int arg1, Java.Lang.String arg2, Java.Lang.String arg3, Java.Lang.String arg4, Java.Lang.String arg5)

public static CommandRequest CreatePoolableInstance(int arg0, int arg1, String arg2, String arg3, String arg4, String arg5)

Parameters

arg0 int
arg1 int
arg2 String
arg3 String
arg4 String
arg5 String

Returns

CommandRequest

GetArgumentType()

public String GetArgumentType()

Returns

String

String

GetArguments()

public String GetArguments()

Returns

String

String

GetName()

public String GetName()

Returns

String

String

GetNamespace()

public String GetNamespace()

Returns

String

String