Contents

INAppendToNoteIntentResponseCode.inProgress

You’re in the process of updating the note.

Declaration

case inProgress

Discussion

Return this code if you began updating the note but didn’t receive a confirmation of the update. You might use this code when a server handles note modification and you’ve not yet received a confirmation from that server.

When handling the intent, you might want to first configure a timer to fire if your server doesn’t return within a few seconds. Use your timer’s handler block to provide the in-progress response back to Siri.

See Also

Constants