INSendMessageIntentHandling_Extensions.ResolveGroupName Method

Definition

Developers should not use this deprecated method. Developers should use 'ResolveSpeakableGroupName' instead.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolveSpeakableGroupName' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolveSpeakableGroupName' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolveSpeakableGroupName' instead.")]
public static void ResolveGroupName (this Intents.IINSendMessageIntentHandling This, Intents.INSendMessageIntent intent, Action<Intents.INStringResolutionResult> completion);
static member ResolveGroupName : Intents.IINSendMessageIntentHandling * Intents.INSendMessageIntent * Action<Intents.INStringResolutionResult> -> unit

Parameters

This
IINSendMessageIntentHandling

The instance on which this method operates.

intent
INSendMessageIntent

Specifies the user's intention.

completion
Action<INStringResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to