InProgressState

@ObjCName(name = "TeyaInProgressState", exact = true)
enum InProgressState : Enum<PaymentStateSubscription.InProgressState>

Enum representing the sub-state for PaymentState.InProgress of the payment. It provides more information about the current in progress payment and what is happening in the Teya payment application.

Entries

Link copied to clipboard

Represents the state where the payment details have been sent to the payment app.

Link copied to clipboard

Represents the state where the payment details have been successfully received by the payment app.

Link copied to clipboard

Represents the state where the payment process is waiting for the customer to initiate card entry. This could involve actions such as inserting, swiping, or tapping the payment card on the device.

Link copied to clipboard

Indicates that the payment app is awaiting customer interaction regarding tipping.

Link copied to clipboard

Represents the state where the payment app has detected that a card has been presented by the customer.

Link copied to clipboard

Represents the state where the payment app requires the customer to enter their PIN. This state typically occurs following the presentation of a card that requires PIN authentication for completing the transaction. It signifies that the system is awaiting the customer's card PIN input.

Link copied to clipboard

Represents the state in which the payment app requires the customer to insert their card to proceed with the payment process.

Link copied to clipboard

Represents the state where the customer is required to make a selection regarding Dynamic Currency Conversion (DCC).

Link copied to clipboard

Represents the state within a payment process where the customer is required to remove their card from the device.

Link copied to clipboard

Represents the state where the customer is selecting a card application during the payment process.

Link copied to clipboard

Represents an unknown state during a payment process.

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.