DialogContext
Context of a user dialog, distinguishing what the dialog is asking the user about.
Entries
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.
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.
Pending redirect confirmation. A DialogInput.Confirmation gets returned with this context when a redirect got confirmed but no result is known yet.
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.
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.
Pending Verification of Payee check. A DialogInput.Confirmation gets returned with this context when a Verification of Payee check is still pending.
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.