put_object_event_handler library
Classes
- PutObjectEventHandler
- 上传时的相关事件回调
Typedefs
-
OnProgress(
int currentSize, int totalSize) → void - 进度回调
-
OnUploadFailure(
String message) → void - 失败回调
-
OnUploadSuccess(
String url) → void - 成功回调