Interface UploadManager.UploadResultCallback
- Enclosing class:
UploadManager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
上传结果回调接口
-
Method Summary
Modifier and TypeMethodDescriptionvoidonComplete(String uploadId, String url, String error) 上传完成时的回调
-
Method Details
-
onComplete
-