| Modifier and Type | Method and Description |
|---|---|
void |
ParseFile.getDataInBackground(GetDataCallback dataCallback,
ProgressCallback progressCallback)
Gets the data for this object in a background thread.
|
Task<byte[]> |
ParseFile.getDataInBackground(ProgressCallback progressCallback)
Gets the data for this object in a background thread.
|
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.
|