InputMethodManager.IsWatchingCursor(View) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.