Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ReaderDisplayMessage

The display messages that a reader may request be displayed by your app.

see

https://stripe.dev/stripe-terminal-ios/docs/Enums/SCPReaderDisplayMessage

Index

Enumeration Members

InsertCard: 1

Insert the presented card.

InsertOrSwipeCard: 2

Insert or swipe the presented card.

MultipleContactlessCardsDetected: 5

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

RemoveCard: 4

Remove the presented card.

RetryCard: 0

Retry the presented card.

SwipeCard: 3

Swipe the presented card.

TryAnotherCard: 7

The card is invalid. Try another card.

TryAnotherReadMethod: 6

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

Generated using TypeDoc