-
- All Implemented Interfaces:
-
com.thingclips.sdk.ble.core.protocol.api.ProtocolRequestDelegate
public interface ProtocolActivatorDelegate implements ProtocolRequestDelegate
-
-
Method Summary
Modifier and Type Method Description abstract void
requestAuthKey(ActionResponse<AuthKeyParam> response)
abstract void
activatorToCloud(DeviceInfoRsp infoRsp, ActionResponse<ActivatorResultParam> response)
-
-
Method Detail
-
requestAuthKey
abstract void requestAuthKey(ActionResponse<AuthKeyParam> response)
-
activatorToCloud
abstract void activatorToCloud(DeviceInfoRsp infoRsp, ActionResponse<ActivatorResultParam> response)
-
-
-
-