INStartVideoCallIntentHandling_Extensions.ResolveContacts 方法

定义

开发人员可以实现此方法来自定义联系人的解决方法。

public static void ResolveContacts (this Intents.IINStartVideoCallIntentHandling This, Intents.INStartVideoCallIntent intent, Action<Intents.INPersonResolutionResult[]> completion);
static member ResolveContacts : Intents.IINStartVideoCallIntentHandling * Intents.INStartVideoCallIntent * Action<Intents.INPersonResolutionResult[]> -> unit

参数

This
IINStartVideoCallIntentHandling

此方法操作的实例。

intent
INStartVideoCallIntent

指定用户的意图。

completion
Action<INPersonResolutionResult[]>

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

适用于