Table of Contents

Class AccessibilityService.SoftKeyboardController

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

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

ENABLE_IME_FAIL_BY_ADMIN

public static int ENABLE_IME_FAIL_BY_ADMIN { get; set; }

Property Value

int

ENABLE_IME_FAIL_UNKNOWN

public static int ENABLE_IME_FAIL_UNKNOWN { get; set; }

Property Value

int

ENABLE_IME_SUCCESS

public static int ENABLE_IME_SUCCESS { get; set; }

Property Value

int

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

AddOnShowModeChangedListener(OnShowModeChangedListener)

public void AddOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener arg0)

Parameters

arg0 AccessibilityService.SoftKeyboardController.OnShowModeChangedListener

AccessibilityService.SoftKeyboardController.OnShowModeChangedListener

AddOnShowModeChangedListener(OnShowModeChangedListener, Handler)

public void AddOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener arg0, Handler arg1)

Parameters

arg0 AccessibilityService.SoftKeyboardController.OnShowModeChangedListener

AccessibilityService.SoftKeyboardController.OnShowModeChangedListener

arg1 Handler

Handler

GetShowMode()

public int GetShowMode()

Returns

int

int

RemoveOnShowModeChangedListener(OnShowModeChangedListener)

public bool RemoveOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener arg0)

Parameters

arg0 AccessibilityService.SoftKeyboardController.OnShowModeChangedListener

AccessibilityService.SoftKeyboardController.OnShowModeChangedListener

Returns

bool

bool

SetInputMethodEnabled(String, bool)

public int SetInputMethodEnabled(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Returns

int

int

Exceptions

SecurityException

SetShowMode(int)

public bool SetShowMode(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

SwitchToInputMethod(String)

public bool SwitchToInputMethod(String arg0)

Parameters

arg0 String

String

Returns

bool

bool