Compartilhar via


IINStartVideoCallIntentHandling.HandleStartVideoCall Método

Definição

Os desenvolvedores devem substituir esse método e invocar o T:System.Action'1 com um INStartVideoCallIntentResponse apropriado para o 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 a intenção do usuário.

completion
Action<INStartVideoCallIntentResponse>

Método de conclusão que deve ser chamado pela substituição.

Atributos

Aplica-se a