共用方式為


INStartAudioCallIntentHandling_Extensions.ConfirmStartAudioCall 方法

定義

開發人員可以覆寫這個方法,以自訂音訊通話應該啟動的確認。

public static void ConfirmStartAudioCall (this Intents.IINStartAudioCallIntentHandling This, Intents.INStartAudioCallIntent intent, Action<Intents.INStartAudioCallIntentResponse> completion);
static member ConfirmStartAudioCall : Intents.IINStartAudioCallIntentHandling * Intents.INStartAudioCallIntent * Action<Intents.INStartAudioCallIntentResponse> -> unit

參數

This
IINStartAudioCallIntentHandling

這個方法運作所在的 實例。

intent
INStartAudioCallIntent

指定使用者的意圖。

completion
Action<INStartAudioCallIntentResponse>

覆寫必須呼叫的完成方法。

適用於