INSearchCallHistoryIntentHandling_Extensions.ResolveCallTypes Method

Definition

Developers may implement this method to resolve call types for a history search.

[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

Parameters

This
IINSearchCallHistoryIntentHandling

The instance on which this method operates.

intent
INSearchCallHistoryIntent

Specifies the user's intention.

completion
Action<INCallRecordTypeOptionsResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to