Contents

INAppendToNoteIntentHandling

The handler interface for appending content to a note.

Declaration

protocol INAppendToNoteIntentHandling : NSObjectProtocol

Overview

Use the methods of the INAppendToNoteIntentHandling protocol to resolve, confirm, and handle requests to append content to an existing note. Adopt this protocol in an object of your Intents extension that’s capable of updating the note content in your app or note management service.

Siri delivers an INAppendToNoteIntent object to your handler when the user asks to create a note using your app. The provided intent object contains information about which note to modify and the content to append. Use the methods of this protocol to resolve the parameters and update the note.

Topics

Resolving the Intent Parameters

Confirming the Response

Handling the Intent

See Also

Note Additions