Package 

Interface IThingDataCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(T result) On data success
      abstract void onError(String errorCode, String errorMessage) On data 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(T result)

        On data success

        Parameters:
        result - the result
      • onError

         abstract void onError(String errorCode, String errorMessage)

        On data error

        Parameters:
        errorCode - error code
        errorMessage - error message