Table of Contents

Class AccessibilityService.SoftKeyboardController

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

SoftKeyboardController()

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

public SoftKeyboardController()

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

public SoftKeyboardController(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

ENABLE_IME_FAIL_BY_ADMIN

public static int ENABLE_IME_FAIL_BY_ADMIN { get; }

Property Value

int

ENABLE_IME_FAIL_UNKNOWN

public static int ENABLE_IME_FAIL_UNKNOWN { get; }

Property Value

int

ENABLE_IME_SUCCESS

public static int ENABLE_IME_SUCCESS { get; }

Property Value

int

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

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