SelectionEvent.InvocationManual Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Views.TextClassifiers.SelectionInvocationMethod enum directly instead of this field.

El usuario invocó la selección presionando, pulsando doblemente o arrastrando para seleccionarla.

[Android.Runtime.Register("INVOCATION_MANUAL", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextClassifiers.SelectionInvocationMethod enum directly instead of this field.", true)]
public const Android.Views.TextClassifiers.SelectionInvocationMethod InvocationManual = 1;
[<Android.Runtime.Register("INVOCATION_MANUAL", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextClassifiers.SelectionInvocationMethod enum directly instead of this field.", true)>]
val mutable InvocationManual : Android.Views.TextClassifiers.SelectionInvocationMethod

Valor de campo

Value = 1

Implementaciones

Atributos

Comentarios

El usuario invocó la selección presionando, pulsando doblemente o arrastrando para seleccionarla.

Referencia de Android para android.view.textclassifier.SelectionEvent.INVOCATION_MANUAL.

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