init(code:userActivity:)
Initializes the response object with the specified code and user activity object.
Declaration
init(code: INDeleteTasksIntentResponseCode, userActivity: NSUserActivity?)Parameters
- code:
The response code that indicates your success or failure in handling the intent. For a list of possible values, see Indeletetasksintentresponsecode.
- userActivity:
The user activity object to use when launching your app. Provide an object if you want to add app-specific information. If you specify
nil, the system automatically creates a user activity object for you, sets its type to the class name of the intent, and fills it with an Ininteraction object that contains the intent and your response.
Return Value
An initialized response object or nil if the object could not be created.
Discussion
After you initialize the response object, create an INTask object with the updated values you intend to apply to your app’s data structures, and assign that object to the deletedTasks property.