ReaderInputOption

enum ReaderInputOption : Enum<ReaderInputOptions.ReaderInputOption>

A ReaderInputOption represents any of the input methods available to your user when the reader begins waiting for input.

Entries

Link copied to clipboard
MANUAL_ENTRY("Manual Entry")

Manually enter the card information (MOTO).

Link copied to clipboard
TAP("Tap")

Tap a contactless card.

Link copied to clipboard
SWIPE("Swipe")

Swipe a magnetic stripe card.

Link copied to clipboard
INSERT("Insert")

Insert a chip card.

Link copied to clipboard
NONE("None")

No input options are available on the reader.

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int