Compartir a través de


TextClassifierEvent.TypeCopyAction Campo

Definición

Precaución

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

El usuario ha clic en la acción Copiar.

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

Valor de campo

Value = 9

Implementaciones

Atributos

Comentarios

El usuario ha clic en la acción Copiar.

Documentación de Java para android.view.textclassifier.TextClassifierEvent.TYPE_COPY_ACTION.

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