-
public interface IThingCloudConfigCallbackCallback of Thing cloud config.
-
-
Method Summary
Modifier and Type Method Description abstract voidonConfigSuccess(String bucket)Gets the configured bucket abstract voidonConfigError(String errorCode, String errorMessage)Failed to get the configured bucket -
-
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 codeerrorMessage- error message
-
-
-
-