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>

必须由重写调用的完成方法。

属性

适用于