public interface IThingGetHomeListCallback
Get family list data callback.
abstract void
onSuccess(List<HomeBean> homeBeans)
onError(String errorCode, String error)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess(List<HomeBean> homeBeans)
On success.
homeBeans
abstract void onError(String errorCode, String error)
On error.
errorCode
error