Compartir a través de


INStartAudioCallIntentHandling_Extensions.ResolveDestinationType Método

Definición

Los desarrolladores pueden implementar este método para personalizar la resolución del tipo de destino.

[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

Parámetros

This
IINStartAudioCallIntentHandling

Instancia en la que opera este método.

intent
INStartAudioCallIntent

Especifica la intención del usuario.

completion
Action<INCallDestinationTypeResolutionResult>

Método de finalización al que debe llamar la invalidación.

Atributos

Se aplica a