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