IINSearchCallHistoryIntentHandling.ResolveUnseen Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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