Compartir a través de


InputConnectionWrapper.RequestCursorUpdates Método

Definición

Sobrecargas

RequestCursorUpdates(Int32)

Para agregar

RequestCursorUpdates(Int32, Int32)

Para agregar

RequestCursorUpdates(Int32)

Para agregar

[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

Parámetros

cursorUpdateMode
Int32

Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_IMMEDIATE o Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. Pase 0 para deshabilitar el efecto de Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR.

Devoluciones

Implementaciones

Atributos

Comentarios

Para agregar

Documentación de Java para android.view.inputmethod.InputConnectionWrapper.requestCursorUpdates(int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

RequestCursorUpdates(Int32, Int32)

Para agregar

[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

Parámetros

cursorUpdateMode
Int32
cursorUpdateFilter
Int32

Devoluciones

Implementaciones

Atributos

Comentarios

Para agregar

Documentación de Java para android.view.inputmethod.InputConnectionWrapper.requestCursorUpdates(int, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a