次の方法で共有


INSendMessageIntentHandling_Extensions.ResolveGroupName メソッド

定義

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'ResolveSpeakableGroupName' を使用する必要があります。

[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

パラメーター

This
IINSendMessageIntentHandling

このメソッドが動作するインスタンス。

intent
INSendMessageIntent

ユーザーの意図を指定します。

completion
Action<INStringResolutionResult>

オーバーライドによって呼び出される必要がある Completion メソッド。

属性

適用対象