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
initializerIJVMBridgeBaseInitializer
Properties
APP_FUNCTION_STATE_DEFAULT
public static int APP_FUNCTION_STATE_DEFAULT { get; set; }
Property Value
APP_FUNCTION_STATE_DISABLED
public static int APP_FUNCTION_STATE_DISABLED { get; set; }
Property Value
APP_FUNCTION_STATE_ENABLED
public static int APP_FUNCTION_STATE_ENABLED { 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
Methods
ExecuteAppFunction(ExecuteAppFunctionRequest, Executor, CancellationSignal, OutcomeReceiver<ExecuteAppFunctionResponse, AppFunctionException>)
public void ExecuteAppFunction(ExecuteAppFunctionRequest arg0, Executor arg1, CancellationSignal arg2, OutcomeReceiver<ExecuteAppFunctionResponse, AppFunctionException> arg3)
Parameters
arg0ExecuteAppFunctionRequestarg1Executorarg2CancellationSignalarg3OutcomeReceiver<ExecuteAppFunctionResponse, AppFunctionException>
IsAppFunctionEnabled(String, String, Executor, OutcomeReceiver<Boolean, Exception>)
public void IsAppFunctionEnabled(String arg0, String arg1, Executor arg2, OutcomeReceiver<Boolean, Exception> arg3)
Parameters
IsAppFunctionEnabled(String, Executor, OutcomeReceiver<Boolean, Exception>)
public void IsAppFunctionEnabled(String arg0, Executor arg1, OutcomeReceiver<Boolean, Exception> arg2)
Parameters
arg0Stringarg1Executorarg2OutcomeReceiver<Boolean, Exception>
SetAppFunctionEnabled(String, int, Executor, OutcomeReceiver<Void, Exception>)
public void SetAppFunctionEnabled(String arg0, int arg1, Executor arg2, OutcomeReceiver<Void, Exception> arg3)