InputMethodService
InputMethodImpl
InputMethodSessionImpl
Insets
InputMethodService()
InputMethodService(IntPtr, JniHandleOwnership)
BackDisposition
CandidatesHiddenVisibility
CurrentInputBinding
CurrentInputConnection
CurrentInputEditorInfo
CurrentInputStarted
ExtractViewShown
InputMethodWindowRecommendedHeight
IsFullscreenMode
IsInputViewShown
IsShowInputRequested
JniPeerMembers
LayoutInflater
MaxWidth
StylusHandwritingIdleTimeoutMax
StylusHandwritingSessionTimeout
StylusHandwritingWindow
ThresholdClass
ThresholdType
Window
EnableHardwareAcceleration()
FinishStylusHandwriting()
GetTextForImeAction(ImeAction)
GetTextForImeActionFormatted(ImeAction)
HideStatusIcon()
HideWindow()
OnAppPrivateCommand(String, Bundle)
OnBindInput()
OnComputeInsets(Insets)
OnConfigureWindow(Window, Boolean, Boolean)
OnCreateCandidatesView()
OnCreateExtractTextView()
OnCreateInlineSuggestionsRequest(Bundle)
OnCreateInputMethodInterface()
OnCreateInputMethodSessionInterface()
OnCreateInputView()
OnCurrentInputMethodSubtypeChanged(InputMethodSubtype)
OnDisplayCompletions(CompletionInfo[])
OnEvaluateFullscreenMode()
OnEvaluateInputViewShown()
OnExtractedCursorMovement(Int32, Int32)
OnExtractedSelectionChanged(Int32, Int32)
OnExtractedTextClicked()
OnExtractingInputChanged(EditorInfo)
OnExtractTextContextMenuItem(Int32)
OnFinishCandidatesView(Boolean)
OnFinishInput()
OnFinishInputView(Boolean)
OnFinishStylusHandwriting()
OnInitializeInterface()
OnInlineSuggestionsResponse(InlineSuggestionsResponse)
OnKeyDown(Keycode, KeyEvent)
OnKeyLongPress(Keycode, KeyEvent)
OnKeyMultiple(Keycode, Int32, KeyEvent)
OnKeyUp(Keycode, KeyEvent)
OnPrepareStylusHandwriting()
OnShowInputRequested(ShowFlags, Boolean)
OnStartCandidatesView(EditorInfo, Boolean)
OnStartInput(EditorInfo, Boolean)
OnStartInputView(EditorInfo, Boolean)
OnStartStylusHandwriting()
OnStylusHandwritingMotionEvent(MotionEvent)
OnUnbindInput()
OnUpdateCursor(Rect)
OnUpdateCursorAnchorInfo(CursorAnchorInfo)
OnUpdateEditorToolType(MotionEventToolType)
OnUpdateExtractedText(Int32, ExtractedText)
OnUpdateExtractingViews(EditorInfo)
OnUpdateExtractingVisibility(EditorInfo)
OnUpdateSelection(Int32, Int32, Int32, Int32, Int32, Int32)
OnViewClicked(Boolean)
OnWindowHidden()
OnWindowShown()
RequestHideSelf(HideSoftInputFlags)
RequestShowSelf(ShowFlags)
SendDefaultEditorAction(Boolean)
SendDownUpKeyEvents(Keycode)
SendKeyChar(Char)
SetCandidatesView(View)
SetCandidatesViewShown(Boolean)
SetExtractView(View)
SetInputView(View)
ShouldOfferSwitchingToNextInputMethod()
ShowStatusIcon(Int32)
ShowWindow(Boolean)
SwitchInputMethod(String)
SwitchInputMethod(String, InputMethodSubtype)
SwitchToNextInputMethod(Boolean)
SwitchToPreviousInputMethod()
UpdateFullscreenMode()
UpdateInputViewShown()
net9.0-android34.0
namespace Android.InputMethodServices
{
[Register("android/inputmethodservice/InputMethodService", DoNotGenerateAcw = true)]
public class InputMethodService : AbstractInputMethodService
{
[Register("onUpdateSelection", "(IIIIII)V", "GetOnUpdateSelection_IIIIIIHandler")]
public virtual void OnUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.0 |
Information specific to net9.0-android34.0 | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API