INSearchCallHistoryIntentHandling_Extensions.ResolveCallType Method

Definition

Developers should not use this deprecated method. Developers should use 'ResolveCallTypes' instead.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolveCallTypes' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolveCallTypes' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolveCallTypes' instead.")]
public static void ResolveCallType (this Intents.IINSearchCallHistoryIntentHandling This, Intents.INSearchCallHistoryIntent intent, Action<Intents.INCallRecordTypeResolutionResult> completion);
static member ResolveCallType : Intents.IINSearchCallHistoryIntentHandling * Intents.INSearchCallHistoryIntent * Action<Intents.INCallRecordTypeResolutionResult> -> unit

Parameters

This
IINSearchCallHistoryIntentHandling

The instance on which this method operates.

intent
INSearchCallHistoryIntent

Specifies the user's intention.

completion
Action<INCallRecordTypeResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to