Поделиться через


IINStartVideoCallIntentHandling.HandleStartVideoCall Метод

Определение

Разработчики должны переопределить этот метод и вызвать T:System.Action'1 с INStartVideoCallIntentResponse соответствующим .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

Параметры

intent
INStartVideoCallIntent

Указывает намерение пользователя.

completion
Action<INStartVideoCallIntentResponse>

Метод завершения, который должен вызываться переопределением.

Атрибуты

Применяется к