次の方法で共有


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[]>

オーバーライドによって呼び出される必要がある Completion メソッド。

適用対象