-
public interface IGroupDevCallback
The interface Group dev callback.
-
-
Method Summary
Modifier and Type Method Description abstract void
onError(String errorCode, String error)
On error. abstract void
onSuccess(List<BlueMeshSubDevBean> subDevBeen)
On success. -
-
Method Detail
-
onError
abstract void onError(String errorCode, String error)
On error.
- Parameters:
errorCode
- the error codeerror
- the error
-
onSuccess
abstract void onSuccess(List<BlueMeshSubDevBean> subDevBeen)
On success.
- Parameters:
subDevBeen
- the sub dev been com.thingclips.smart.sdk.bean.BlueMeshSubDevBean
-
-
-
-