Android.InputMethodServices.InputMethodService.OnUpdateCursorAnchorInfo Method
Called when the application has reported a new location of its text insertion point and characters in the composition string.

Syntax

[Android.Runtime.Register("onUpdateCursorAnchorInfo", "(Landroid/view/inputmethod/CursorAnchorInfo;)V", "GetOnUpdateCursorAnchorInfo_Landroid_view_inputmethod_CursorAnchorInfo_Handler")]
public virtual void OnUpdateCursorAnchorInfo (Android.Views.InputMethods.CursorAnchorInfo cursorAnchorInfo)

Parameters

cursorAnchorInfo
The positional information of the text insertion point and the composition string.

Remarks

Called when the application has reported a new location of its text insertion point and characters in the composition string. This is only called if explicitly requested by the input method. The default implementation does nothing.

[Android Documentation]

Requirements

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