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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
ENABLE_IME_FAIL_BY_ADMIN
public static int ENABLE_IME_FAIL_BY_ADMIN { get; set; }
Property Value
ENABLE_IME_FAIL_UNKNOWN
public static int ENABLE_IME_FAIL_UNKNOWN { get; set; }
Property Value
ENABLE_IME_SUCCESS
public static int ENABLE_IME_SUCCESS { get; set; }
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
AddOnShowModeChangedListener(OnShowModeChangedListener)
public void AddOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener arg0)
Parameters
arg0AccessibilityService.SoftKeyboardController.OnShowModeChangedListenerAccessibilityService.SoftKeyboardController.OnShowModeChangedListener
AddOnShowModeChangedListener(OnShowModeChangedListener, Handler)
public void AddOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener arg0, Handler arg1)
Parameters
arg0AccessibilityService.SoftKeyboardController.OnShowModeChangedListenerAccessibilityService.SoftKeyboardController.OnShowModeChangedListener
arg1Handler
GetShowMode()
public int GetShowMode()
Returns
RemoveOnShowModeChangedListener(OnShowModeChangedListener)
public bool RemoveOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener arg0)
Parameters
arg0AccessibilityService.SoftKeyboardController.OnShowModeChangedListenerAccessibilityService.SoftKeyboardController.OnShowModeChangedListener
Returns
SetInputMethodEnabled(String, bool)
public int SetInputMethodEnabled(String arg0, bool arg1)
Parameters
Returns
Exceptions
SetShowMode(int)
public bool SetShowMode(int arg0)
Parameters
Returns
SwitchToInputMethod(String)
public bool SwitchToInputMethod(String arg0)