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.
Upload result callback interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidonComplete(String uploadId, String url, String error) Callback when upload completes
-
Method Details
-
onComplete
-