onSaveAuthKeySuccess

abstract fun onSaveAuthKeySuccess(terminal: BleTerminal, authKey: String)

Called when the authentication key is successfully saved.

Parameters

terminal

The BleTerminal that was connected.

authKey

The authentication key that was saved.