Contents

confirmationRequired(with:)

Creates an object whose resolution requires that the user must confirm the value before proceeding.

Declaration

class func confirmationRequired(with relativeReferenceToConfirm: INRelativeReference) -> Self

Parameters

  • relativeReferenceToConfirm:

    The value that resolves the request but the user needs to confirm it.

Return Value

A new INRelativeReferenceResolutionResult object.

Discussion

Use this method when you can resolve the parameter to the specified value but you want the user to confirm that value.

See Also

Creating a Resolution Result Object