InputConnectionWrapper.RequestCursorUpdates Método

Definición

Sobrecargas

Nombre Description
RequestCursorUpdates(Int32, Int32)

Por agregar

RequestCursorUpdates(Int32)

Por agregar

RequestCursorUpdates(Int32, Int32)

Por 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

Por agregar

Java documentación 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 Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

RequestCursorUpdates(Int32)

Por 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 . Pase 0 para deshabilitar el efecto de .

Devoluciones

Implementaciones

Atributos

Comentarios

Por agregar

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

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a