BaseInputConnection.RequestCursorUpdates(Int32) 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.
The default implementation does nothing.
[Android.Runtime.Register("requestCursorUpdates", "(I)Z", "GetRequestCursorUpdates_IHandler")]
public virtual bool RequestCursorUpdates (int cursorUpdateMode);
[<Android.Runtime.Register("requestCursorUpdates", "(I)Z", "GetRequestCursorUpdates_IHandler")>]
abstract member RequestCursorUpdates : int -> bool
override this.RequestCursorUpdates : int -> bool
Parameters
- cursorUpdateMode
- Int32
Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_IMMEDIATE
and/or
Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. Pass 0
to disable the effect of
Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR.
Returns
Implements
- Attributes
Remarks
The default implementation does nothing.
Java documentation for android.view.inputmethod.BaseInputConnection.requestCursorUpdates(int)
.
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.