Table of Contents

Class ControlAction

Namespace
Android.Service.Controls.Actions
Assembly
MASES.Netdroid.dll
public class ControlAction : JVMBridgeBase<ControlAction>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<ControlAction>
ControlAction
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<ControlAction>.IsAssignableFrom(IJavaType)
JVMBridgeBase<ControlAction>.IsAssignableFrom<T>()
JVMBridgeBase<ControlAction>.Execute<T>(params T[])
JVMBridgeBase<ControlAction>.DynBridgeClazz
JVMBridgeBase<ControlAction>.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

ControlAction()

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

[Obsolete("ControlAction class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ControlAction()

ControlAction(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

[Obsolete("ControlAction class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ControlAction(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

RESPONSE_CHALLENGE_ACK

public static int RESPONSE_CHALLENGE_ACK { get; }

Property Value

int

RESPONSE_CHALLENGE_PASSPHRASE

public static int RESPONSE_CHALLENGE_PASSPHRASE { get; }

Property Value

int

RESPONSE_CHALLENGE_PIN

public static int RESPONSE_CHALLENGE_PIN { get; }

Property Value

int

RESPONSE_FAIL

public static int RESPONSE_FAIL { get; }

Property Value

int

RESPONSE_OK

public static int RESPONSE_OK { get; }

Property Value

int

RESPONSE_UNKNOWN

public static int RESPONSE_UNKNOWN { get; }

Property Value

int

TYPE_BOOLEAN

public static int TYPE_BOOLEAN { get; }

Property Value

int

TYPE_COMMAND

public static int TYPE_COMMAND { get; }

Property Value

int

TYPE_ERROR

public static int TYPE_ERROR { get; }

Property Value

int

TYPE_FLOAT

public static int TYPE_FLOAT { get; }

Property Value

int

TYPE_MODE

public static int TYPE_MODE { get; }

Property Value

int

Methods

GetActionType()

public int GetActionType()

Returns

int

int

GetChallengeValue()

public String GetChallengeValue()

Returns

String

String

GetErrorAction()

public static ControlAction GetErrorAction()

Returns

ControlAction

ControlAction

GetTemplateId()

public String GetTemplateId()

Returns

String

String

IsValidResponse(int)

public static bool IsValidResponse(int arg0)

Parameters

arg0 int

int

Returns

bool

bool