Compartir a través de


INSearchCallHistoryIntentHandling_Extensions.ResolveCallTypes Método

Definición

Los desarrolladores pueden implementar este método para resolver los tipos de llamada de una búsqueda de historial.

[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 ResolveCallTypes (this Intents.IINSearchCallHistoryIntentHandling This, Intents.INSearchCallHistoryIntent intent, Action<Intents.INCallRecordTypeOptionsResolutionResult> completion);
static member ResolveCallTypes : Intents.IINSearchCallHistoryIntentHandling * Intents.INSearchCallHistoryIntent * Action<Intents.INCallRecordTypeOptionsResolutionResult> -> unit

Parámetros

This
IINSearchCallHistoryIntentHandling

Instancia en la que opera este método.

intent
INSearchCallHistoryIntent

Especifica la intención del usuario.

completion
Action<INCallRecordTypeOptionsResolutionResult>

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

Atributos

Se aplica a