Interface ObservableReaderSpi

All Superinterfaces:
ReaderSpi

public interface ObservableReaderSpi extends ReaderSpi
Reader able to detect the insertion and removal of cards.

In addition, an observable reader must also define its observation capabilities for the card insertion and removal steps.

For the card insertion state, it must implement one of the following interfaces:

For the card removal state, it must implement one of the following interfaces:

Since:
2.0.0
  • Method Details

    • onStartDetection

      void onStartDetection()
      Invoked when the card observation process is started
      Since:
      2.0.0
    • onStopDetection

      void onStopDetection()
      Invoked when the card observation process is stopped
      Since:
      2.0.0