Contents

INSnoozeTasksIntentHandling

The handler interface that snoozes tasks in a task list.

Declaration

protocol INSnoozeTasksIntentHandling : NSObjectProtocol

Overview

Use the methods of the INSnoozeTasksIntentHandling protocol to resolve, confirm, and handle requests to snooze tasks in a task list. Adopt this protocol in an object of your Intents extension capable of handling the request directly or forwarding the request to your app or task management service.

Siri delivers an INSnoozeTasksIntent object to your handler when the user asks to snooze tasks in a task list in your app. The provided intent object contains descriptions of the tasks and any triggers to associate with each task. Use the methods of this protocol to resolve the parameters and snooze the tasks.

Topics

Resolving Details of the Intent

Confirming the Response

Handling the Intent

See Also

Task Deferral