共用方式為


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>

覆寫必須呼叫的完成方法。

屬性

適用於