Package 

Interface IThingGetMemberListCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(List<MemberBean> memberBeans)
      abstract void onError(String errorCode, String error)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onSuccess

         abstract void onSuccess(List<MemberBean> memberBeans)
      • onError

         abstract void onError(String errorCode, String error)