Package 

Interface IThingHomeResultCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(HomeBean bean) On Success.
      abstract void onError(String errorCode, String errorMsg) On Error.
      • Methods inherited from class java.lang.Object

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

      • onError

         abstract void onError(String errorCode, String errorMsg)

        On Error.

        Parameters:
        errorCode - error code
        errorMsg - error message