| Modifier and Type | Method and Description |
|---|---|
void |
ParseFile.getDataInBackground(GetDataCallback dataCallback)
Gets the data for this object in a background thread.
|
void |
ParseFile.getDataInBackground(GetDataCallback dataCallback,
ProgressCallback progressCallback)
Gets the data for this object in a background thread.
|
void |
ParseImageView.loadInBackground(GetDataCallback completionCallback)
Kick off downloading of remote image.
|