語言

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() 來檢索語音互動器。

Android 參考資料。android.app.Activity.onLocalVoiceInteractionStarted

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於