次の方法で共有


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>

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

属性

適用対象