Partager via


IINStartVideoCallIntentHandling.HandleStartVideoCall Méthode

Définition

Les développeurs doivent remplacer cette méthode et appeler T:System.Action'1 avec un INStartVideoCallIntentResponse approprié au 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

Paramètres

intent
INStartVideoCallIntent

Spécifie l’intention de l’utilisateur.

completion
Action<INStartVideoCallIntentResponse>

Méthode d’achèvement qui doit être appelée par le remplacement.

Attributs

S’applique à