confirmationRequired(with:)
Creates an object whose resolution requires that the user must confirm the value before proceeding.
Declaration
class func confirmationRequired(with balanceTypeToConfirm: INBalanceType) -> SelfParameters
- balanceTypeToConfirm:
The value that resolves the request but that must be confirmed by the user.
Return Value
A new INBalanceTypeResolutionResult object.
Discussion
Use this method when you can resolve the balance type to a single value that is similar to the type specified by the user, but not exactly the same.