-
- All Implemented Interfaces:
-
com.thingclips.smart.sdk.api.bluemesh.IAddSubDevCallback
public interface IAddRemoteBindSubDevCallback implements IAddSubDevCallback
Created by letian on 2017/6/3.
-
-
Method Summary
Modifier and Type Method Description abstract void
onSuccess(DeviceBean blueMeshSubDevBean, boolean isRemoteBindPubAddress)
abstract void
onError(String errorCode, String errorMsg)
-
-
Method Detail
-
onSuccess
abstract void onSuccess(DeviceBean blueMeshSubDevBean, boolean isRemoteBindPubAddress)
-
onError
abstract void onError(String errorCode, String errorMsg)
-
-
-
-