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