public enum ReaderEvent
A ReaderEvent represents any of the possible events you can receive from a connected
reader.
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
| Enum Constant and Description |
|---|
CARD_INSERTED
A card was inserted.
|
CARD_REMOVED
A card was removed.
|
public static ReaderEvent CARD_INSERTED
A card was inserted.
public static ReaderEvent CARD_REMOVED
A card was removed.