Compartir a través de


IINStartVideoCallIntentHandling.HandleStartVideoCall Método

Definición

Los desarrolladores deben invalidar este método e invocar TSystem.Action'1 con un INStartVideoCallIntentResponse adecuado para .INStartVideoCallIntentintent

[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

Parámetros

intent
INStartVideoCallIntent

Especifica la intención del usuario.

completion
Action<INStartVideoCallIntentResponse>

Método de finalización al que debe llamar la invalidación.

Atributos

Se aplica a