次の方法で共有


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>

オーバーライドによって呼び出される必要がある Completion メソッド。

適用対象