//MLBluetoothSDK/com.masterlock.mlbluetoothsdk/MLProduct/disconnect
disconnect¶
[androidJvm]\ open fun disconnect(type: MLDisconnectType, callback: MLCommandCallback<String>)
This will command the lock to end the BLE session with the phone
Parameters¶
androidJvm
| type | the MLDisconnectType you wish to perform |
| callback | execute the result method of this object when the command finishes |