Class InputMethodSession
- Namespace
- Android.View.Inputmethod
- Assembly
- MASES.Netdroid.dll
public class InputMethodSession : JVMBridgeBase<InputMethodSession>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IInputMethodSession
- Inheritance
-
InputMethodSession
- Implements
- Derived
- Extension Methods
Constructors
InputMethodSession(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 InputMethodSession(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
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
AppPrivateCommand(String, Bundle)
public void AppPrivateCommand(String arg0, Bundle arg1)
Parameters
DispatchGenericMotionEvent(int, MotionEvent, EventCallback)
public void DispatchGenericMotionEvent(int arg0, MotionEvent arg1, InputMethodSession.EventCallback arg2)
Parameters
arg0intarg1MotionEventarg2InputMethodSession.EventCallback
DispatchKeyEvent(int, KeyEvent, EventCallback)
public void DispatchKeyEvent(int arg0, KeyEvent arg1, InputMethodSession.EventCallback arg2)
Parameters
arg0intarg1KeyEventarg2InputMethodSession.EventCallback
DispatchTrackballEvent(int, MotionEvent, EventCallback)
public void DispatchTrackballEvent(int arg0, MotionEvent arg1, InputMethodSession.EventCallback arg2)
Parameters
arg0intarg1MotionEventarg2InputMethodSession.EventCallback
DisplayCompletions(CompletionInfo[])
public void DisplayCompletions(CompletionInfo[] arg0)
Parameters
arg0CompletionInfo[]
FinishInput()
public void FinishInput()
ToggleSoftInput(int, int)
[Obsolete("Deprecated in JVM")]
public void ToggleSoftInput(int arg0, int arg1)
Parameters
UpdateCursor(Rect)
public void UpdateCursor(Rect arg0)
Parameters
UpdateCursorAnchorInfo(CursorAnchorInfo)
public void UpdateCursorAnchorInfo(CursorAnchorInfo arg0)
Parameters
UpdateExtractedText(int, ExtractedText)
public void UpdateExtractedText(int arg0, ExtractedText arg1)
Parameters
arg0intarg1ExtractedText
UpdateSelection(int, int, int, int, int, int)
public void UpdateSelection(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
Parameters
ViewClicked(bool)
public void ViewClicked(bool arg0)