Contents

confirmationRequired(with:)

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

Declaration

class func confirmationRequired(with billPayeeToConfirm: INBillPayee?) -> Self

Parameters

  • billPayeeToConfirm:

    The value that resolves the request, for the user to confirm.

Return Value

A new INBillPayeeResolutionResult object.

Discussion

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

See Also

Creating a Resolution Result Object