|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProgressCallback in com.parse |
---|
Methods in com.parse with parameters of type ProgressCallback | |
---|---|
void |
ParseFile.getDataInBackground(GetDataCallback dataCallback,
ProgressCallback progressCallback)
Gets the data for this object in a background thread. |
bolts.Task<byte[]> |
ParseFile.getDataInBackground(ProgressCallback progressCallback)
Gets the data for this object in a background thread. |
bolts.Task<Void> |
ParseFile.saveInBackground(ProgressCallback progressCallback)
Saves the file to the Parse cloud in a background thread. |
void |
ParseFile.saveInBackground(SaveCallback saveCallback,
ProgressCallback progressCallback)
Saves the file to the Parse cloud in a background thread. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |