Skip to content

//MLBluetoothSDK/com.masterlock.mlbluetoothsdk.Interfaces/IMLLockScannerDelegate/productForDevice

productForDevice

[androidJvm]\

@Nullable

abstract fun productForDevice(deviceId: String): MLProduct

Asks the delegate for an MLProduct whose device identifier matches the one provided. Note you should assign a MLProductDelegate to the MLProduct you return here. Return null if you not immediately able to provide an MLProduct or do not desire any sdk lock interactions.

Return

the MLProduct you intend to interact with, or null if no sdk interaction is desired

Parameters

androidJvm

deviceId The unique identifier associated with a Master Lock product.