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