onLockConnectionChanged

abstract fun onLockConnectionChanged(isConnecting: Boolean, isConnected: Boolean)

Called when the secure connection status to the lock changes.

Parameters

isConnected

"true" if connected to the lock, false otherwise.

isConnecting

"true" if sdk is connecting to the lock.