//kotlin-sdk/fr.gasmartbuilding.gasmartaccessreadersdk/LockReconEvent
LockReconEvent
[androidJvm]\ open class LockReconEvent
This class defines a series of events related to lock reconnaissance. Each function in the class represents a different event that can be triggered during lock reconnaissance.
Constructors
| LockReconEvent | [androidJvm] constructor()  | 
Functions
| Name | Summary | 
|---|---|
| onLockAuthenticationRequest | [androidJvm] open fun onLockAuthenticationRequest() Called when a lock authentication request is made.  | 
| onLockConnect | [androidJvm] open fun onLockConnect(connectionStatus: Boolean) Called when a lock connection is made or lost.  | 
| onLockError | [androidJvm] open fun onLockError(errorKey: String) Called when an error occurs during lock operation.  | 
| onLockReconStarted | [androidJvm] open fun onLockReconStarted() Called when lock reconnaissance starts.  | 
| onLockReconStopped | [androidJvm] open fun onLockReconStopped() Called when lock reconnaissance stops.  | 
| onLockSuccess | [androidJvm] open fun onLockSuccess() Called when lock is successfully authenticated.  |