Compartilhar via


AccessibilityEvent.SpeechStateSpeakingStart Campo

Definição

Cuidado

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

Alterar o tipo de #TYPE_SPEECH_STATE_CHANGE evento: outro serviço está falando.

[Android.Runtime.Register("SPEECH_STATE_SPEAKING_START", 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 SpeechStateSpeakingStart = 1;
[<Android.Runtime.Register("SPEECH_STATE_SPEAKING_START", 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 SpeechStateSpeakingStart : Android.Views.Accessibility.SpeechState

Valor do campo

Value = 1

Implementações

Atributos

Comentários

Alterar o tipo de #TYPE_SPEECH_STATE_CHANGE evento: outro serviço está falando.

Documentação Java para android.view.accessibility.AccessibilityEvent.SPEECH_STATE_SPEAKING_START.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a