confirmationRequired(with:)
Creates an object whose resolution requires that the user must confirm the value before proceeding.
Declaration
class func confirmationRequired(with billPayeeToConfirm: INBillPayee?) -> SelfParameters
- 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.