//kotlin-sdk/fr.gasmartbuilding.gasmartaccessreadersdk/GASmartAccessReaderDemoCallback/onLockAuthStateUpdated
onLockAuthStateUpdated
[androidJvm]\ abstract fun onLockAuthStateUpdated(authState: Boolean?)
Callback triggered when there's a change in the authentication state.
Parameters
androidJvm
authState | Boolean indicating the current authentication state. True indicates authenticated, false indicates not authenticated, and null indicates unknown state. |