RetryReadChipCompletion typedef

RetryReadChipCompletion = void Function(RFIDException error)

Fires when RFID chip reading was interrupted with no severe reasons (for example connection to the chip was lost) and will be reestablished automatically.

Only used with default constructor. If RFIDConfig.withoutUI was used, you will receive this update via DocumentReaderCompletion and chip reading will not be reestablished.

error a brief message for developer.

Implementation

typedef RetryReadChipCompletion = void Function(RFIDException error);