InputMethodManager.IsWatchingCursor(View) Method

Definition

Caution

deprecated

Return true if the current input method wants to watch the location of the input editor's cursor in its window.

[Android.Runtime.Register("isWatchingCursor", "(Landroid/view/View;)Z", "")]
[System.Obsolete("deprecated")]
public bool IsWatchingCursor (Android.Views.View? view);
[<Android.Runtime.Register("isWatchingCursor", "(Landroid/view/View;)Z", "")>]
[<System.Obsolete("deprecated")>]
member this.IsWatchingCursor : Android.Views.View -> bool

Parameters

view
View

Returns

Attributes

Remarks

Return true if the current input method wants to watch the location of the input editor's cursor in its window.

This member is deprecated. Use InputConnection#requestCursorUpdates(int) instead.

Java documentation for android.view.inputmethod.InputMethodManager.isWatchingCursor(android.view.View).

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