Table of Contents

Class AppFunctionManager

Namespace
Android.App.Appfunctions
Assembly
MASES.Netdroid.dll
public class AppFunctionManager : JVMBridgeBase<AppFunctionManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
AppFunctionManager
Implements
Extension Methods

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

APP_FUNCTION_STATE_DEFAULT

public static int APP_FUNCTION_STATE_DEFAULT { get; set; }

Property Value

int

APP_FUNCTION_STATE_DISABLED

public static int APP_FUNCTION_STATE_DISABLED { get; set; }

Property Value

int

APP_FUNCTION_STATE_ENABLED

public static int APP_FUNCTION_STATE_ENABLED { get; set; }

Property Value

int

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

Methods

ExecuteAppFunction(ExecuteAppFunctionRequest, Executor, CancellationSignal, OutcomeReceiver<ExecuteAppFunctionResponse, AppFunctionException>)

public void ExecuteAppFunction(ExecuteAppFunctionRequest arg0, Executor arg1, CancellationSignal arg2, OutcomeReceiver<ExecuteAppFunctionResponse, AppFunctionException> arg3)

Parameters

arg0 ExecuteAppFunctionRequest

ExecuteAppFunctionRequest

arg1 Executor

Executor

arg2 CancellationSignal

CancellationSignal

arg3 OutcomeReceiver<ExecuteAppFunctionResponse, AppFunctionException>

OutcomeReceiver

IsAppFunctionEnabled(String, String, Executor, OutcomeReceiver<Boolean, Exception>)

public void IsAppFunctionEnabled(String arg0, String arg1, Executor arg2, OutcomeReceiver<Boolean, Exception> arg3)

Parameters

arg0 String

String

arg1 String

String

arg2 Executor

Executor

arg3 OutcomeReceiver<Boolean, Exception>

OutcomeReceiver

IsAppFunctionEnabled(String, Executor, OutcomeReceiver<Boolean, Exception>)

public void IsAppFunctionEnabled(String arg0, Executor arg1, OutcomeReceiver<Boolean, Exception> arg2)

Parameters

arg0 String

String

arg1 Executor

Executor

arg2 OutcomeReceiver<Boolean, Exception>

OutcomeReceiver

SetAppFunctionEnabled(String, int, Executor, OutcomeReceiver<Void, Exception>)

public void SetAppFunctionEnabled(String arg0, int arg1, Executor arg2, OutcomeReceiver<Void, Exception> arg3)

Parameters

arg0 String

String

arg1 int

int

arg2 Executor

Executor

arg3 OutcomeReceiver<Void, Exception>

OutcomeReceiver