| Class and Description |
|---|
| ConfigCallback |
| CountCallback
A CountCallback is used to run code after a
ParseQuery is used to count objects matching
a query in a background thread. |
| DeleteCallback
A DeleteCallback is used to run code after saving a
ParseObject in a background thread. |
| FindCallback
A FindCallback is used to run code after a
ParseQuery is used to fetch a list of
ParseObjects in a background thread. |
| FunctionCallback
A FunctionCallback is used to run code after
ParseCloud.callFunction(java.lang.String, java.util.Map<java.lang.String, ?>) is used to run a
Cloud Function in a background thread. |
| GetCallback
A GetCallback is used to run code after a
ParseQuery is used to fetch a
ParseObject in a background thread. |
| GetDataCallback
A GetDataCallback is used to run code after a
ParseFile fetches its data on a background
thread. |
| LocationCallback
A LocationCallback is used to run code after a Location has been fetched by some
LocationProvider.
|
| LogInCallback
A LogInCallback is used to run code after logging in a user.
|
| ParseACL
A ParseACL is used to control which users can access or modify a particular object.
|
| ParseClassName
Associates a class name for a subclass of ParseObject.
|
| ParseConfig
The ParseConfig is a local representation of configuration data that can be set from the Parse
dashboard.
|
| ParseException
A ParseException gets raised whenever a
ParseObject issues an invalid request, such as
deleting or editing an object that no longer exists on the server, or when there is a network
failure preventing communication with the Parse server. |
| ParseFile
ParseFile is a local representation of a file that is saved to the Parse cloud.
|
| ParseGeoPoint
ParseGeoPoint represents a latitude / longitude point that may be associated with a key in a
ParseObject or used as a reference point for geo queries.
|
| ParseInstallation |
| ParseObject
The
ParseObject is a local representation of data that can be saved and retrieved from
the Parse cloud. |
| ParseQuery
The ParseQuery class defines a query that is used to fetch ParseObjects.
|
| ParseQuery.CachePolicy |
| ParseQueryAdapter.OnQueryLoadListener
Implement with logic that is called before and after objects are fetched from Parse by the
adapter.
|
| ParseQueryAdapter.QueryFactory
Implement to construct your own custom
ParseQuery for fetching objects. |
| ParseRelation
A class that is used to access all of the children of a many-to-many relationship.
|
| ParseRole
Represents a Role on the Parse server.
|
| ParseUser |
| ProgressCallback
A ProgressCallback is used to get progress of an operation.
|
| RefreshCallback
A RefreshCallback is used to run code after refresh is used to update a
ParseObject in a
background thread. |
| RequestPasswordResetCallback
A RequestPasswordResetCallback is used to run code requesting a password reset for a user.
|
| SaveCallback
A SaveCallback is used to run code after saving a
ParseObject in a background thread. |
| SendCallback
A SendCallback is used to run code after sending a
ParsePush in a background thread. |
| SignUpCallback
A SignUpCallback is used to run code after signing up a
ParseUser in a background thread. |