Contents

unsupported(forReason:)

Creates an object whose resolution requires the user to confirm the task list before continuing.

Declaration

class func unsupported(forReason reason: INDeleteTasksTaskListUnsupportedReason) -> Self

Parameters

  • reason:

    The reason that deletion isn’t supported.

Return Value

A new INDeleteTasksTaskListResolutionResult object.

Discussion

Use this method to create a resolution result object when your app doesn’t support the intent parameter for the specified reason.

See Also

Creating a Resolution Result