Share via


InputMethodService.InputMethodSessionImpl.UpdateCursorAnchorInfo Method

Definition

Call InputMethodService#onUpdateCursorAnchorInfo InputMethodService.onUpdateCursorAnchorInfo().

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

Parameters

Attributes

Remarks

Call InputMethodService#onUpdateCursorAnchorInfo InputMethodService.onUpdateCursorAnchorInfo().

Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.updateCursorAnchorInfo(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