INStartCallIntentHandling_Extensions.ResolveContacts Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveContacts(this Intents.IINStartCallIntentHandling This, Intents.INStartCallIntent intent, Action<Foundation.NSArray<Intents.INStartCallContactResolutionResult>> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveContacts : Intents.IINStartCallIntentHandling * Intents.INStartCallIntent * Action<Foundation.NSArray<Intents.INStartCallContactResolutionResult>> -> unit
Parameters
- intent
- INStartCallIntent
- completion
- Action<NSArray<INStartCallContactResolutionResult>>
- Attributes