Android.Views.InputMethods.IInputMethodSession.UpdateCursorAnchorInfo Method
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

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.

[Android Documentation]

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3