Поделиться через


InputConnectionWrapper.RequestCursorUpdates Метод

Определение

Перегрузки

RequestCursorUpdates(Int32)

Добавление

RequestCursorUpdates(Int32, Int32)

Добавление

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 , чтобы отключить эффект Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR.

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

Реализации

Атрибуты

Комментарии

Добавление

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

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

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

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).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

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