다음을 통해 공유


INSearchCallHistoryIntentHandling_Extensions.ResolveCallTypes 메서드

정의

개발자는 이 메서드를 구현하여 기록 검색에 대한 호출 유형을 확인할 수 있습니다.

[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 ResolveCallTypes (this Intents.IINSearchCallHistoryIntentHandling This, Intents.INSearchCallHistoryIntent intent, Action<Intents.INCallRecordTypeOptionsResolutionResult> completion);
static member ResolveCallTypes : Intents.IINSearchCallHistoryIntentHandling * Intents.INSearchCallHistoryIntent * Action<Intents.INCallRecordTypeOptionsResolutionResult> -> unit

매개 변수

This
IINSearchCallHistoryIntentHandling

이 메서드가 작동하는 인스턴스입니다.

intent
INSearchCallHistoryIntent

사용자의 의도를 지정합니다.

completion
Action<INCallRecordTypeOptionsResolutionResult>

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

특성

적용 대상