次の方法で共有


IINStartVideoCallIntentHandling.HandleStartVideoCall メソッド

定義

開発者はこのメソッドをオーバーライドし、適切な を使用して T:System.Action'1INStartVideoCallIntentResponseINStartVideoCallIntentintent呼び出す必要があります。

[Foundation.Export("handleStartVideoCall:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleStartVideoCall (Intents.INStartVideoCallIntent intent, Action<Intents.INStartVideoCallIntentResponse> completion);
abstract member HandleStartVideoCall : Intents.INStartVideoCallIntent * Action<Intents.INStartVideoCallIntentResponse> -> unit

パラメーター

intent
INStartVideoCallIntent

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

completion
Action<INStartVideoCallIntentResponse>

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

属性

適用対象