Lenguaje

SelectionEvent.EventAutoSelection Campo

Definición

Precaución

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

Algo distinto de User o textClassifier predeterminado desencadenó una selección.

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

Valor de campo

Value = 5

Implementaciones

Atributos

Comentarios

Algo distinto de User o textClassifier predeterminado desencadenó una selección.

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

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