onDisconnect method

void onDisconnect(
  1. DisconnectReason reason
)

Optional method that is called when the reader has disconnected from the SDK and includes the reason for the disconnect.

Implementation

void onDisconnect(DisconnectReason reason) {}