//kotlin-sdk/fr.gasmartbuilding.gasmartaccessreadersdk/GASmartAccessReaderCallbacks/onLockAuthStateUpdated
onLockAuthStateUpdated
[androidJvm]\ abstract fun onLockAuthStateUpdated(authState: AuthState)
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. |