public interface ProgressCallback
ProgressCallback is used to get upload or download progress of a ParseFile
action.
The easiest way to use a ProgressCallback is through an anonymous inner class.| Modifier and Type | Method and Description |
|---|---|
void |
done(java.lang.Integer percentDone)
Override this function with your desired callback.
|