VoiceInteractionSession.CommandRequest.SendIntermediateResult(Bundle) 方法

定義

報告要求的中繼結果,而不完成要求(要求仍在使用中,且應用程式正在等候最終結果),導致 android.app.VoiceInteractor.CommandRequest#onCommandResult VoiceInteractor.CommandRequest.onCommandResult 對isCompleted呼叫 false。

[Android.Runtime.Register("sendIntermediateResult", "(Landroid/os/Bundle;)V", "", ApiSince=23)]
public void SendIntermediateResult (Android.OS.Bundle? result);
[<Android.Runtime.Register("sendIntermediateResult", "(Landroid/os/Bundle;)V", "", ApiSince=23)>]
member this.SendIntermediateResult : Android.OS.Bundle -> unit

參數

result
Bundle
屬性

備註

報告要求的中繼結果,而不完成要求(要求仍在使用中,且應用程式正在等候最終結果),導致 android.app.VoiceInteractor.CommandRequest#onCommandResult VoiceInteractor.CommandRequest.onCommandResult 對isCompleted呼叫 false。

android.service.voice.VoiceInteractionSession.CommandRequest.sendIntermediateResult(android.os.Bundle)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於