This method is called when the cursor and/or the character position relevant to text input
is changed on the screen.
Syntax
[Android.Runtime.Register("updateCursorAnchorInfo", "(Landroid/view/inputmethod/CursorAnchorInfo;)V", "GetUpdateCursorAnchorInfo_Landroid_view_inputmethod_CursorAnchorInfo_Handler:Android.Views.InputMethods.IInputMethodSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
void UpdateCursorAnchorInfo (
CursorAnchorInfo cursorAnchorInfo)
Parameters
- cursorAnchorInfo
- Positional information relevant to text input, such as text
insertion point and composition string.
Remarks
Requirements
Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3