| ManifestInfo |
A utility class for retrieving app metadata such as the app name, default icon, whether or not
the app declares the correct permissions for push, etc.
|
| Parse |
The Parse class contains static functions that handle global configuration for the Parse
library.
|
| Parse.Configuration |
Represents an opaque configuration for the Parse SDK configuration.
|
| Parse.Configuration.Builder |
Allows for simple constructing of a Configuration object.
|
| ParseACL |
A ParseACL is used to control which users can access or modify a particular object.
|
| ParseAnalytics |
The ParseAnalytics class provides an interface to Parse's logging and analytics backend.
|
| ParseAnonymousUtils |
Provides utility functions for working with Anonymously logged-in users.
|
| ParseCacheDirMigrationUtils |
The ParseMigrationUtils class perform caching dir migration operation for Parse
SDK.
|
| ParseCloud |
The ParseCloud class defines provides methods for interacting with Parse Cloud Functions.
|
| ParseConfig |
The ParseConfig is a local representation of configuration data that can be set from the
Parse dashboard.
|
| ParseDecoder |
A ParseDecoder can be used to transform JSON data structures into actual objects, such as
ParseObjects.
|
| ParseEncoder |
A ParseEncoder can be used to transform objects such as ParseObjects into JSON
data structures.
|
| ParseFile |
ParseFile is a local representation of a file that is saved to the Parse cloud.
|
| ParseFileUtils |
General file manipulation utilities.
|
| 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 |
The ParseInstallation is a local representation of installation data that can be saved
and retrieved from the Parse cloud.
|
| ParseObject |
The ParseObject is a local representation of data that can be saved and retrieved from
the Parse cloud.
|
| ParsePlugins |
Public for LiveQuery.
|
| ParsePolygon |
ParsePolygon represents a set of coordinates that may be associated with a key in a
ParseObject or used as a reference point for geo queries.
|
| ParsePush |
The ParsePush is a local representation of data that can be sent as a push notification.
|
| ParsePushBroadcastReceiver |
A BroadcastReceiver for rendering and reacting to to Notifications.
|
| ParseQuery<T extends ParseObject> |
The ParseQuery class defines a query that is used to fetch ParseObjects.
|
| ParseQuery.State<T extends ParseObject> |
Used by Parse LiveQuery
|
| ParseQuery.State.Builder<T extends ParseObject> |
|
| ParseRelation<T extends ParseObject> |
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.
|
| ParseSession |
The ParseSession is a local representation of session data that can be saved and
retrieved from the Parse cloud.
|
| ParseUser |
The ParseUser is a local representation of user data that can be saved and retrieved from
the Parse cloud.
|
| PLog |
Parse Logger.
|
| PointerEncoder |
|
| PointerOrLocalIdEncoder |
|
| PushRouter |
PushRouter handles distribution of push payloads through a broadcast intent with the
"com.parse.push.intent.RECEIVE" action.
|