Contents

confirmationRequired(with:)

Creates an object whose resolution requires confirmation from the user before proceeding.

Declaration

class func confirmationRequired(with taskStatusToConfirm: INTaskStatus) -> Self

Parameters

  • taskStatusToConfirm:

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

Return Value

A new INTaskStatusResolutionResult object.

Discussion

Use this method when you cannot handle the intent using the specified task status but can handle it using a different status and want to confirm with the user before proceeding.

See Also

Creating a Resolution Result Object