//kotlin-sdk/fr.gasmartbuilding.gasmartaccessreadersdk/GASmartAccessReaderDemoCallback/onLockReconStateChanged
onLockReconStateChanged
[androidJvm]\ abstract fun onLockReconStateChanged(isStarted: Boolean)
Callback triggered to indicate if the peripheral manager has started or stopped.
Parameters
androidJvm
isStarted | Boolean indicating if the peripheral manager is currently started (true) or stopped (false). |