次の方法で共有


INStartAudioCallIntentHandling_Extensions.ResolveDestinationType メソッド

定義

開発者は、このメソッドを実装して、変換先の型の解決をカスタマイズできます。

[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

パラメーター

This
IINStartAudioCallIntentHandling

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

intent
INStartAudioCallIntent

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

completion
Action<INCallDestinationTypeResolutionResult>

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

属性

適用対象