-
@Deprecated() public interface IGetDataPointStatCallbackDeprecated.
Replace by https://thinginc.github.io/thingsmart_home_android_sdk_doc/zh-hans/resource/Device_Get_Dps_History.html
-
-
Method Summary
Modifier and Type Method Description abstract voidonError(String errorCode, String errorMsg)abstract voidonSuccess(DataPointStatBean bean)-
-
Method Detail
-
onError
abstract void onError(String errorCode, String errorMsg)
-
onSuccess
abstract void onSuccess(DataPointStatBean bean)
-
-
-
-