AbstractInputMethodService.AbstractInputMethodSessionImpl.UpdateCursorAnchorInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is called when the cursor and/or the character position relevant to text input is changed on the screen.
[Android.Runtime.Register("updateCursorAnchorInfo", "(Landroid/view/inputmethod/CursorAnchorInfo;)V", "GetUpdateCursorAnchorInfo_Landroid_view_inputmethod_CursorAnchorInfo_Handler")]
public abstract void UpdateCursorAnchorInfo (Android.Views.InputMethods.CursorAnchorInfo cursorAnchorInfo);
[<Android.Runtime.Register("updateCursorAnchorInfo", "(Landroid/view/inputmethod/CursorAnchorInfo;)V", "GetUpdateCursorAnchorInfo_Landroid_view_inputmethod_CursorAnchorInfo_Handler")>]
abstract member UpdateCursorAnchorInfo : Android.Views.InputMethods.CursorAnchorInfo -> unit
Parameters
- cursorAnchorInfo
- CursorAnchorInfo
Positional information relevant to text input, such as text insertion point and composition string.
Implements
- Attributes
Remarks
This method is called when the cursor and/or the character position relevant to text input is changed on the screen. This is not called by default. It will only be reported if requested by the input method.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.