Contents

init(taskListResolutionResult:)

Creates an object whose resolution involves successfully matching the specified task list.

Declaration

init(taskListResolutionResult: INTaskListResolutionResult)

Parameters

  • taskListResolutionResult:

    The value that resolves the requested parameter of the intent. This value may be different than the one specified in the intent object.

Return Value

A new INTaskListResolutionResult object.

Discussion

Use this method to create a result object when you’re able to add a task to the specified task list.

See Also

Creating a Resolution Result