confirmationRequired(with:)
Creates an object whose resolution requires that the user must confirm the value before proceeding.
Declaration
class func confirmationRequired(with billTypeToConfirm: INBillType) -> SelfParameters
- billTypeToConfirm:
The value that resolves the request but requires user confirmation.
Return Value
A new INBillTypeResolutionResult object.
Discussion
Use this method when you can resolve the parameter to a single value but want the user to confirm that value.