SDKCardInsertionStatus

Enum used inside SDKReadConfig to define the reader's expected behavior regarding chip cards when starting a new transaction CardInserted: Card MUST be inserted prior to the start of the transaction. If it's not, a recoverable error with CardMustBeInserted will be received in the transactionStateListener CardNotInserted: Card MUST NOT be inserted prior to the start of the transaction. If it is, a recoverable error with MustRemoveCard will be received in the transactionStateListener

Any: the reader will not require anythig to start the transaction. If a card is already inserted, it will start a chip transaction right away. If it's not inserted, it will start waiting for insertion (or swipe or tap if allowed by the configuration)

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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.