onReaderReconnectStarted method
void
onReaderReconnectStarted(
- Reader reader,
- Cancellable cancelReconnect,
- DisconnectReason reason
The reader has lost connection to the SDK and reconnection attempts have been started.
In your implementation of this method, you should notify your user that the reader disconnected and that reconnection attempts are being made.
Implementation
void onReaderReconnectStarted(
Reader reader,
Cancellable cancelReconnect,
DisconnectReason reason,
) {}