public enum ReaderDisplayMessage
A ReaderDisplayMessage
represents any of the possible messages emitted by the reader as
it is accepting input.
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
Enum Constant and Description |
---|
INSERT_CARD
Insert the presented card.
|
INSERT_OR_SWIPE_CARD
Insert or swipe the presented card.
|
MULTIPLE_CONTACTLESS_CARDS_DETECTED
The reader detected multiple contactless cards. Make sure only one
contactless card or NFC device is near the reader.
|
REMOVE_CARD
Remove the presented card.
|
RETRY_CARD
Retry the presented card.
|
SWIPE_CARD
Swipe the presented card.
|
TRY_ANOTHER_CARD
The card is invalid. Try another card.
|
TRY_ANOTHER_READ_METHOD
The card could not be read. Try another read method on the same card, or
use a different card.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static ReaderDisplayMessage RETRY_CARD
Retry the presented card.
public static ReaderDisplayMessage INSERT_CARD
Insert the presented card.
public static ReaderDisplayMessage INSERT_OR_SWIPE_CARD
Insert or swipe the presented card.
public static ReaderDisplayMessage SWIPE_CARD
Swipe the presented card.
public static ReaderDisplayMessage REMOVE_CARD
Remove the presented card.
public static ReaderDisplayMessage MULTIPLE_CONTACTLESS_CARDS_DETECTED
The reader detected multiple contactless cards. Make sure only one contactless card or NFC device is near the reader.
public static ReaderDisplayMessage TRY_ANOTHER_READ_METHOD
The card could not be read. Try another read method on the same card, or use a different card.
public static ReaderDisplayMessage TRY_ANOTHER_CARD
The card is invalid. Try another card.