ReaderType

public enum ReaderType

Represents the type of the reader.

See also

Reader.getType()
  • nfc

    The reader type is NFC.

    Declaration

    Swift

    case nfc
  • The reader type is Bluetooth.

    Declaration

    Swift

    case bluetooth
  • usb

    The reader is coming from the Lighting port.

    Declaration

    Swift

    case usb
  • The reader is coming from the USB-C port.

    Declaration

    Swift

    case usbc