//MLBluetoothSDK/com.masterlock.mlbluetoothsdk/MLProduct/readPrimaryLockState
readPrimaryLockState¶
[androidJvm]\ open fun readPrimaryLockState(callback: MLCommandCallback<MLState>)
Read the current state of the lock. Returns an MLState object that describes the condition. For a LockBox this is the MLState.ProductState.Opened means the door is open
Parameters¶
androidJvm
| callback | returns a MLState object in the callback result method |