Contents

confirmationRequired(with:)

Creates an object whose resolution requires user confirmation before proceeding.

Declaration

class func confirmationRequired(with taskPriorityToConfirm: INTaskPriority) -> Self

Parameters

  • taskPriorityToConfirm:

    The object that resolves the request but must be confirmed by the user.

Return Value

A new INTaskPriorityResolutionResult object.

Discussion

Use this method when you have to make assumptions about the time information specified by the user.

See Also

Creating a Resolution Result Object