|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FindCallback in com.parse |
---|
Methods in com.parse with parameters of type FindCallback | ||
---|---|---|
static
|
ParseObject.fetchAllIfNeededInBackground(List<T> objects,
FindCallback<T> callback)
Fetches all the objects that don't have data in the provided list in the background. |
|
static
|
ParseObject.fetchAllInBackground(List<T> objects,
FindCallback<T> callback)
Fetches all the objects in the provided list in the background. |
|
void |
ParseQuery.findInBackground(FindCallback<T> callback)
Retrieves a list of ParseObjects that satisfy this query from the source in a background thread. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |