Package 

Interface IThingCloudConfigCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onConfigSuccess(String bucket) Gets the configured bucket
      abstract void onConfigError(String errorCode, String errorMessage) Failed to get the configured bucket
      • Methods inherited from class java.lang.Object

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

      • onConfigSuccess

         abstract void onConfigSuccess(String bucket)

        Gets the configured bucket

        Parameters:
        bucket - oss bucket
      • onConfigError

         abstract void onConfigError(String errorCode, String errorMessage)

        Failed to get the configured bucket

        Parameters:
        errorCode - error code
        errorMessage - error message