confirmationRequired(with:)
Creates an object whose resolution requires user confirmation before proceeding.
Declaration
class func confirmationRequired(with taskPriorityToConfirm: INTaskPriority) -> SelfParameters
- 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.