AccessibilityEvent.SpeechStateListeningEnd Field

Definition

Caution

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

Change type for #TYPE_SPEECH_STATE_CHANGE event: another service is no longer listening to the microphone.

[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

Field Value

Value = 8

Implements

Attributes

Remarks

Change type for #TYPE_SPEECH_STATE_CHANGE event: another service is no longer listening to the microphone.

Java documentation for android.view.accessibility.AccessibilityEvent.SPEECH_STATE_LISTENING_END.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to