次の方法で共有


INStartVideoCallIntentHandling_Extensions.ConfirmStartVideoCall メソッド

定義

開発者は、ビデオ呼び出しを開始するための確認中の動作をカスタマイズするために、このメソッドを実装できます。

public static void ConfirmStartVideoCall (this Intents.IINStartVideoCallIntentHandling This, Intents.INStartVideoCallIntent intent, Action<Intents.INStartVideoCallIntentResponse> completion);
static member ConfirmStartVideoCall : Intents.IINStartVideoCallIntentHandling * Intents.INStartVideoCallIntent * Action<Intents.INStartVideoCallIntentResponse> -> unit

パラメーター

This
IINStartVideoCallIntentHandling

このメソッドが動作するインスタンス。

intent
INStartVideoCallIntent

ユーザーの意図を指定します。

completion
Action<INStartVideoCallIntentResponse>

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

適用対象