onReaderReconnectStarted method

void onReaderReconnectStarted(
  1. Reader reader,
  2. Cancellable cancelReconnect,
  3. 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,
) {}