BaseInputConnection.RequestCursorUpdates(Int32) Method

Definition

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

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.

Applies to