Share via


InputConnectionWrapper.RequestCursorUpdates Method

Definition

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

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

Java documentation for android.view.inputmethod.InputConnectionWrapper.requestCursorUpdates(int, 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