-
public interface IThingCloudConfigCallback
Callback of Thing cloud config.
-
-
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 -
-
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
-
-
-
-