ReaderListenable

interface ReaderListenable

The ReaderListenable interface is a common abstraction across the different listener interfaces. It should exist for the entire duration of your connection to a reader. It will receive events related to the status of the reader.

Functions

Link copied to clipboard
open fun onReportReaderEvent(event: ReaderEvent)

The Terminal reported an event from the reader (e.g. a card was inserted).

Inheritors

Link copied to clipboard
Link copied to clipboard