다음을 통해 공유


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>

재정의에서 호출해야 하는 완료 메서드입니다.

특성

적용 대상