Share via


IINCreateNoteIntentHandling.Confirm Method

Definition

Developers may implement this method to confirm whether local and remote resources are ready to create the note.

[Foundation.Export("confirmCreateNote:completion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Confirm(Intents.INCreateNoteIntent intent, Action<Intents.INCreateNoteIntentResponse> completion);
[<Foundation.Export("confirmCreateNote:completion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Confirm : Intents.INCreateNoteIntent * Action<Intents.INCreateNoteIntentResponse> -> unit
override this.Confirm : Intents.INCreateNoteIntent * Action<Intents.INCreateNoteIntentResponse> -> unit

Parameters

intent
INCreateNoteIntent

Specifies the user's intention.

completion
Action<INCreateNoteIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to