//MLBluetoothSDK/com.masterlock.mlbluetoothsdk.Interfaces/IMLProductDelegate/onLockStateChange
onLockStateChange¶
[androidJvm]\ abstract fun onLockStateChange(product: MLProduct, lockState: LockState)
called by the SDK when LockState has changed
Parameters¶
androidJvm
| product | The MLProduct that the change is for |
| lockState | The value of the new LockState |