Package com.cloudinary
Interface ProgressCallback
-
public interface ProgressCallback
Defines a callback for network operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onProgress(long bytesUploaded, long totalBytes)
Invoked during network operation.
-