Compartir a través de


AccessibilityEvent.SpeechStateListeningEnd Campo

Definición

Precaución

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

Tipo de cambio para #TYPE_SPEECH_STATE_CHANGE evento: otro servicio ya no escucha el micrófono.

[Android.Runtime.Register("SPEECH_STATE_LISTENING_END", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.SpeechState enum directly instead of this field.", true)]
public const Android.Views.Accessibility.SpeechState SpeechStateListeningEnd = 8;
[<Android.Runtime.Register("SPEECH_STATE_LISTENING_END", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.SpeechState enum directly instead of this field.", true)>]
val mutable SpeechStateListeningEnd : Android.Views.Accessibility.SpeechState

Valor de campo

Value = 8

Implementaciones

Atributos

Comentarios

Tipo de cambio para #TYPE_SPEECH_STATE_CHANGE evento: otro servicio ya no escucha el micrófono.

Documentación de Java para android.view.accessibility.AccessibilityEvent.SPEECH_STATE_LISTENING_END.

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