public static enum ReaderInputOptions.ReaderInputOption
A ReaderInputOption
represents any of the input methods available to your user when
the reader begins waiting for input.
Enum Constant and Description |
---|
INSERT
Insert a chip card.
|
NONE
No input options are available on the reader.
|
SWIPE
Swipe a magnetic stripe card.
|
TAP
Tap a contactless card.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static ReaderInputOptions.ReaderInputOption NONE
No input options are available on the reader.
public static ReaderInputOptions.ReaderInputOption INSERT
Insert a chip card.
public static ReaderInputOptions.ReaderInputOption SWIPE
Swipe a magnetic stripe card.
public static ReaderInputOptions.ReaderInputOption TAP
Tap a contactless card.