Share via


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.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveUnseen(this Intents.IINSearchCallHistoryIntentHandling This, Intents.INSearchCallHistoryIntent intent, Action<Intents.INBooleanResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveUnseen : Intents.IINSearchCallHistoryIntentHandling * Intents.INSearchCallHistoryIntent * Action<Intents.INBooleanResolutionResult> -> unit

Parameters

intent
INSearchCallHistoryIntent

Specifies the user's intention.

completion
Action<INBooleanResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to