ReaderDisplayMessage

enum ReaderDisplayMessage : 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

Entries

Link copied to clipboard
CARD_REMOVED_TOO_EARLY("Card Removed Too Early, Try Again")

The card was removed too early. Try again.

Link copied to clipboard
TRY_ANOTHER_CARD("Try Another Card")

The card is invalid. Try another card.

Link copied to clipboard
TRY_ANOTHER_READ_METHOD("Try Another Read Method")

The card could not be read. Try another read method on the same card, or use a different card.

Link copied to clipboard
MULTIPLE_CONTACTLESS_CARDS_DETECTED("Multiple Contactless Cards Detected")

The reader detected multiple contactless cards. Make sure only one contactless card or NFC device is near the reader.

Link copied to clipboard
REMOVE_CARD("Remove Card")

Remove the presented card.

Link copied to clipboard
SWIPE_CARD("Swipe Card")

Swipe the presented card.

Link copied to clipboard
INSERT_OR_SWIPE_CARD("Insert Or Swipe Card")

Insert or swipe the presented card.

Link copied to clipboard
INSERT_CARD("Insert Card")

Insert the presented card.

Link copied to clipboard
RETRY_CARD("Retry Card")

Retry the presented card.

Link copied to clipboard
CHECK_MOBILE_DEVICE("Check Your Mobile Device")

Check mobile device for instructions and try again.

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