InputConnectionWrapper.RequestCursorUpdates 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.
Overloads
RequestCursorUpdates(Int32) |
To be added |
RequestCursorUpdates(Int32, Int32) |
To be added |
RequestCursorUpdates(Int32)
To be added
[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
To be added
Java documentation for android.view.inputmethod.InputConnectionWrapper.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.
Applies to
RequestCursorUpdates(Int32, Int32)
To be added
[Android.Runtime.Register("requestCursorUpdates", "(II)Z", "GetRequestCursorUpdates_IIHandler", ApiSince=34)]
public virtual bool RequestCursorUpdates (int cursorUpdateMode, int cursorUpdateFilter);
[<Android.Runtime.Register("requestCursorUpdates", "(II)Z", "GetRequestCursorUpdates_IIHandler", ApiSince=34)>]
abstract member RequestCursorUpdates : int * int -> bool
override this.RequestCursorUpdates : int * int -> bool
Parameters
- cursorUpdateMode
- Int32
- cursorUpdateFilter
- Int32
Returns
Implements
- Attributes
Remarks
To be added
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.