Share via


IINSearchCallHistoryIntentHandling.ResolveUnseen Method

Definition

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

[Foundation.Export("resolveUnseenForSearchCallHistory:withCompletion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveUnseen(Intents.INSearchCallHistoryIntent intent, Action<Intents.INBooleanResolutionResult> completion);
[<Foundation.Export("resolveUnseenForSearchCallHistory:withCompletion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveUnseen : Intents.INSearchCallHistoryIntent * Action<Intents.INBooleanResolutionResult> -> unit
override this.ResolveUnseen : 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