Package com.parse
Interface ProgressCallback
-
public interface ProgressCallback
AProgressCallback
is used to get upload or download progress of aParseFile
action.The easiest way to use a
ProgressCallback
is through an anonymous inner class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
done(java.lang.Integer percentDone)
Override this function with your desired callback.
-