IINStartVideoCallIntentHandling.HandleStartVideoCall 方法

定义

开发人员必须重写此方法,并使用 适用于 INStartVideoCallIntentintent的 调用 T:System.Action'1INStartVideoCallIntentResponse

[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>

必须由重写调用的完成方法。

属性

适用于