Contents

confirmationRequired(with:)

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

Declaration

class func confirmationRequired(with accountTypeToConfirm: INAccountType) -> Self

Parameters

  • accountTypeToConfirm:

    The value that resolves the request but that must be confirmed by the user.

Return Value

A new INAccountTypeResolutionResult object.

Discussion

Use this method when you can resolve the account type to a single value that is similar to the type specified by the user, but not exactly the same.

See Also

Creating a Resolution Result Object