|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DeleteCallback in com.parse |
---|
Methods in com.parse with parameters of type DeleteCallback | ||
---|---|---|
static
|
ParseObject.deleteAllInBackground(List<T> objects,
DeleteCallback callback)
Deletes each object in the provided list. |
|
void |
ParseObject.deleteEventually(DeleteCallback callback)
Deletes this object from the server at some unspecified time in the future, even if Parse is currently inaccessible. |
|
void |
ParseObject.deleteInBackground(DeleteCallback callback)
Deletes this object on the server in a background thread. |
|
static void |
ParseObject.unpinAllInBackground(DeleteCallback callback)
Removes the objects and every object they point to in the local datastore, recursively. |
|
static
|
ParseObject.unpinAllInBackground(List<T> objects,
DeleteCallback callback)
Removes the objects and every object they point to in the local datastore, recursively. |
|
static void |
ParseObject.unpinAllInBackground(String name,
DeleteCallback callback)
Removes the objects and every object they point to in the local datastore, recursively. |
|
static
|
ParseObject.unpinAllInBackground(String name,
List<T> objects,
DeleteCallback callback)
Removes the objects and every object they point to in the local datastore, recursively. |
|
void |
ParseObject.unpinInBackground(DeleteCallback callback)
Removes the object and every object it points to in the local datastore, recursively. |
|
void |
ParseObject.unpinInBackground(String name,
DeleteCallback callback)
Removes the object and every object it points to in the local datastore, recursively. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |