CcidDriverListener

Listener interface for receiving notifications about smart card events. Implement this interface to receive callbacks when a card is inserted or removed from the CCID reader.

Functions

Link copied to clipboard
abstract fun onCardInserted()

Called when a smart card is inserted into the reader.

Link copied to clipboard
abstract fun onCardRemoved()

Called when a smart card is removed from the reader.