INStartAudioCallIntentHandling_Extensions.ResolveDestinationType Method

Definition

Developers may implement this method to customize resolution of the destination type.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ResolveDestinationType (this Intents.IINStartAudioCallIntentHandling This, Intents.INStartAudioCallIntent intent, Action<Intents.INCallDestinationTypeResolutionResult> completion);
static member ResolveDestinationType : Intents.IINStartAudioCallIntentHandling * Intents.INStartAudioCallIntent * Action<Intents.INCallDestinationTypeResolutionResult> -> unit

Parameters

This
IINStartAudioCallIntentHandling

The instance on which this method operates.

intent
INStartAudioCallIntent

Specifies the user's intention.

completion
Action<INCallDestinationTypeResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to