INSearchForMessagesIntentHandling_Extensions.ResolveSpeakableGroupNames Metodo

Definizione

Gli sviluppatori possono eseguire l'override di questo metodo per personalizzare la risoluzione dei nomi parlabili per i gruppi denominati come destinatari.

[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 ResolveSpeakableGroupNames (this Intents.IINSearchForMessagesIntentHandling This, Intents.INSearchForMessagesIntent intent, Action<Intents.INSpeakableStringResolutionResult[]> completion);
static member ResolveSpeakableGroupNames : Intents.IINSearchForMessagesIntentHandling * Intents.INSearchForMessagesIntent * Action<Intents.INSpeakableStringResolutionResult[]> -> unit

Parametri

This
IINSearchForMessagesIntentHandling

Istanza in cui funziona questo metodo.

intent
INSearchForMessagesIntent

Specifica l'intenzione dell'utente.

completion
Action<INSpeakableStringResolutionResult[]>

Metodo di completamento che deve essere chiamato dall'override.

Attributi

Si applica a