//MLBluetoothSDK/com.masterlock.mlbluetoothsdk.Interfaces/IMLProductDelegate/didDisconnect
didDisconnect¶
[androidJvm]\ abstract fun didDisconnect(product: MLProduct)
Tells the delegate that the product is disconnected.
Parameters¶
androidJvm
| product | The MLProduct that disconnected. |