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)
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.