DialogContext

Context of a user dialog, distinguishing what the dialog is asking the user about.

Entries

Link copied to clipboard
@SerialName(value = "Sca")
SCA

SCA or TAN process. Several concrete cases are distinguished by the contained DialogInput: DialogInput.Confirmation for decoupled processes (e.g. SCA app), DialogInput.Selection for TAN method selection, DialogInput.Field for TAN entry.

Link copied to clipboard
@SerialName(value = "Accounts")
ACCOUNTS

Account selection. A DialogInput.Selection gets returned with this context when an account must be selected. Note that there might be just a single option that may be chosen automatically without user interaction.

Link copied to clipboard
@SerialName(value = "Redirect")
REDIRECT

Pending redirect confirmation. A DialogInput.Confirmation gets returned with this context when a redirect got confirmed but no result is known yet.

Link copied to clipboard
@SerialName(value = "PaymentStatus")
PAYMENT_STATUS

Pending SCT Inst payment. A DialogInput.Confirmation gets returned with this context when an SCT Inst payment has been initialized and has not reached the final status yet.

Link copied to clipboard
@SerialName(value = "VopConfirmation")
VOP_CONFIRMATION

Verification of Payee confirmation. A DialogInput.Confirmation gets returned with this context when an explicit confirmation of the creditor is required due to a name mismatch. Note that this confirmation has legal implications, releasing the bank from liabilities in case of a transfer to an unintended receiver due to incorrect creditor data.

Link copied to clipboard
@SerialName(value = "VopCheck")
VOP_CHECK

Pending Verification of Payee check. A DialogInput.Confirmation gets returned with this context when a Verification of Payee check is still pending.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.