Activity.OnLocalVoiceInteractionStarted メソッド

定義

#startLocalVoiceInteraction(Bundle)によって音声対話セッションが開始されたことを示すコールバック。

[Android.Runtime.Register("onLocalVoiceInteractionStarted", "()V", "GetOnLocalVoiceInteractionStartedHandler", ApiSince=24)]
public virtual void OnLocalVoiceInteractionStarted();
[<Android.Runtime.Register("onLocalVoiceInteractionStarted", "()V", "GetOnLocalVoiceInteractionStartedHandler", ApiSince=24)>]
abstract member OnLocalVoiceInteractionStarted : unit -> unit
override this.OnLocalVoiceInteractionStarted : unit -> unit
属性

注釈

#startLocalVoiceInteraction(Bundle)によって音声対話セッションが開始されたことを示すコールバック。 #getVoiceInteractor()を使用して音声対話機能を取得できるようになりました。

Javaドキュメント。

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

適用対象