Skip to content

Commit 2ebf29a

Browse files
nitzanjAmir Tocker
authored andcommitted
Add javaDoc for MultipartCallback
1 parent 9aa76e0 commit 2ebf29a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cloudinary-android/src/main/java/com/cloudinary/android/MultipartUtility.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ public HttpURLConnection execute() throws IOException {
141141
return httpConn;
142142
}
143143

144+
/***
145+
* For internal use only - callback to monitor multipart upload progress
146+
*/
144147
interface MultipartCallback {
145148
void totalBytesLoaded(long bytes);
146149
}

0 commit comments

Comments
 (0)