InputConnectionWrapper.RequestCursorUpdates Метод

Определение

Перегрузки

Имя Описание
RequestCursorUpdates(Int32, Int32)

Добавление

RequestCursorUpdates(Int32)

Добавление

RequestCursorUpdates(Int32, Int32)

Добавление

[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

Параметры

cursorUpdateMode
Int32
cursorUpdateFilter
Int32

Возвращаемое значение

Реализации

Атрибуты

Комментарии

Добавление

Java документации по android.view.inputmethod.InputConnectionWrapper.requestCursorUpdates(int, int).

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к

RequestCursorUpdates(Int32)

Добавление

[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

Параметры

cursorUpdateMode
Int32

Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_IMMEDIATE или Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. Передайте0, чтобы отключить эффект .

Возвращаемое значение

Реализации

Атрибуты

Комментарии

Добавление

Java документации по android.view.inputmethod.InputConnectionWrapper.requestCursorUpdates(int).

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к