InputMethodManager.UpdateCursorAnchorInfo(View, CursorAnchorInfo) Method

Definition

Report positional change of the text insertion point and/or characters in the composition string.

[Android.Runtime.Register("updateCursorAnchorInfo", "(Landroid/view/View;Landroid/view/inputmethod/CursorAnchorInfo;)V", "")]
public void UpdateCursorAnchorInfo (Android.Views.View? view, Android.Views.InputMethods.CursorAnchorInfo? cursorAnchorInfo);
[<Android.Runtime.Register("updateCursorAnchorInfo", "(Landroid/view/View;Landroid/view/inputmethod/CursorAnchorInfo;)V", "")>]
member this.UpdateCursorAnchorInfo : Android.Views.View * Android.Views.InputMethods.CursorAnchorInfo -> unit

Parameters

view
View
cursorAnchorInfo
CursorAnchorInfo
Attributes

Remarks

Report positional change of the text insertion point and/or characters in the composition string.

Java documentation for android.view.inputmethod.InputMethodManager.updateCursorAnchorInfo(android.view.View, android.view.inputmethod.CursorAnchorInfo).

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.

Applies to