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