CursorAnchorInfo.EditorBoundsInfo Property

Definition

Returns EditorBoundsInfo for the current editor, or null if IME is not subscribed with InputConnection#CURSOR_UPDATE_FILTER_EDITOR_BOUNDS or InputConnection#CURSOR_UPDATE_MONITOR.

public Android.Views.InputMethods.EditorBoundsInfo? EditorBoundsInfo { [Android.Runtime.Register("getEditorBoundsInfo", "()Landroid/view/inputmethod/EditorBoundsInfo;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getEditorBoundsInfo", "()Landroid/view/inputmethod/EditorBoundsInfo;", "", ApiSince=33)>]
member this.EditorBoundsInfo : Android.Views.InputMethods.EditorBoundsInfo

Property Value

Attributes

Remarks

Returns EditorBoundsInfo for the current editor, or null if IME is not subscribed with InputConnection#CURSOR_UPDATE_FILTER_EDITOR_BOUNDS or InputConnection#CURSOR_UPDATE_MONITOR.

Java documentation for android.view.inputmethod.CursorAnchorInfo.getEditorBoundsInfo().

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