onRetryReadChip property

RetryReadChipCompletion? onRetryReadChip
getter/setter pair

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.

Implementation

RetryReadChipCompletion? onRetryReadChip;