INSearchCallHistoryIntentHandling_Extensions.ResolveUnseen Method

Definition

Developers may implement this method to customize resolution of whether the user or app may search for unseen calls.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ResolveUnseen (this Intents.IINSearchCallHistoryIntentHandling This, Intents.INSearchCallHistoryIntent intent, Action<Intents.INBooleanResolutionResult> completion);
static member ResolveUnseen : Intents.IINSearchCallHistoryIntentHandling * Intents.INSearchCallHistoryIntent * Action<Intents.INBooleanResolutionResult> -> unit

Parameters

This
IINSearchCallHistoryIntentHandling

The instance on which this method operates.

intent
INSearchCallHistoryIntent

Specifies the user's intention.

completion
Action<INBooleanResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to