|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GetCallback in com.parse |
---|
Methods in com.parse with parameters of type GetCallback | ||
---|---|---|
void |
ParseObject.fetchIfNeededInBackground(GetCallback<ParseObject> callback)
If this ParseObject has not been fetched (i.e. |
|
|
ParseObject.fetchInBackground(GetCallback<T> callback)
Fetches this object with the data from the server in a background thread. |
|
void |
ParseQuery.getFirstInBackground(GetCallback<T> callback)
Retrieves at most one ParseObject that satisfies this query from the server in a background thread. |
|
void |
ParseQuery.getInBackground(String objectId,
GetCallback<T> callback)
Constructs a ParseObject whose id is already known by fetching data from the server in a background thread. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |