onReaderReconnectSucceeded method

void onReaderReconnectSucceeded(
  1. Reader reader
)

The SDK was able to reconnect to the previously connected Bluetooth reader.

In your implementation of this method, you should notify your user that reader connection has been re-established.

Requires autoReconnectOnUnexpectedDisconnect is set to true in the BluetoothConnectionConfig

Implementation

void onReaderReconnectSucceeded(Reader reader) {}