AccessibilityEvent.SpeechStateListeningStart フィールド

定義

注意事項

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

イベントの種類を変更する #TYPE_SPEECH_STATE_CHANGE : 別のサービスがマイクをリッスンしています。

[Android.Runtime.Register("SPEECH_STATE_LISTENING_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 SpeechStateListeningStart = 4;
[<Android.Runtime.Register("SPEECH_STATE_LISTENING_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 SpeechStateListeningStart : Android.Views.Accessibility.SpeechState

フィールド値

Value = 4

実装

属性

注釈

イベントの種類を変更する #TYPE_SPEECH_STATE_CHANGE : 別のサービスがマイクをリッスンしています。

android.view.accessibility.AccessibilityEvent.SPEECH_STATE_LISTENING_STARTJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象