All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AsyncCallback AuthenticationCallback Provides a general interface for delegation of third party authentication callbacks.ConfigCallback AConfigCallbackis used to run code afterParseConfig.getInBackground()is used to fetch a new configuration object from the server in a background thread.CountCallback ACountCallbackis used to run code after aParseQueryis used to count objects matching a query in a background thread.DeleteCallback ADeleteCallbackis used to run code after saving aParseObjectin a background thread.FindCallback<T extends ParseObject> AFindCallbackis used to run code after aParseQueryis used to fetch a list ofParseObjects in a background thread.FunctionCallback<T> AFunctionCallbackis used to run code afterParseCloud.callFunction(java.lang.String, java.util.Map<java.lang.String, ?>)is used to run a Cloud Function in a background thread.GetCallback<T extends ParseObject> AGetCallbackis used to run code after aParseQueryis used to fetch aParseObjectin a background thread.GetDataCallback AGetDataCallbackis used to run code after aParseFilefetches its data on a background thread.GetDataStreamCallback AGetDataStreamCallbackis used to run code after aParseFilefetches its data on a background thread.GetFileCallback AGetFileCallbackis used to run code after aParseFilefetches its data on a background thread.LocationCallback ALocationCallbackis used to run code after a Location has been fetched bycom.parse.ParseGeoPoint#getCurrentLocationInBackground(long, android.location.Criteria).LogInCallback ALogInCallbackis used to run code after logging in a user.LogOutCallback ALogOutCallbackis used to run code after logging out a user.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.OAuth1FlowException OAuth Flow exceptionParse TheParseclass contains static functions that handle global configuration for the Parse library.Parse.Configuration Represents an opaque configuration for theParseSDK configuration.Parse.Configuration.Builder Allows for simple constructing of aConfigurationobject.ParseACL AParseACLis used to control which users can access or modify a particular object.ParseAnalytics TheParseAnalyticsclass provides an interface to Parse's logging and analytics backend.ParseAnonymousUtils Provides utility functions for working with Anonymously logged-in users.ParseCacheDirMigrationUtils TheParseMigrationUtilsclass perform caching dir migration operation forParseSDK.ParseClassName Associates a class name for a subclass of ParseObject.ParseCloud The ParseCloud class defines provides methods for interacting with Parse Cloud Functions.ParseConfig TheParseConfigis a local representation of configuration data that can be set from the Parse dashboard.ParseDecoder AParseDecodercan be used to transform JSON data structures into actual objects, such asParseObjects.ParseEncoder AParseEncodercan be used to transform objects such asParseObjects into JSON data structures.ParseException A ParseException gets raised whenever aParseObjectissues 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.ParseFacebookUtils Provides a set of utilities for using Parse with Facebook.ParseFCM ParseFile ParseFileis a local representation of a file that is saved to the Parse cloud.ParseFileUtils General file manipulation utilities.ParseFirebaseMessagingService ParseGeoPoint ParseGeoPointrepresents a latitude / longitude point that may be associated with a key in aParseObjector used as a reference point for geo queries.ParseHttpBody The base interface of a http body.ParseHttpRequest The http request we send to parse server.ParseHttpRequest.Builder Builder ofParseHttpRequest.ParseHttpRequest.Method TheParseHttpRequestmethod type.ParseHttpResponse The http response we receive from parse server.ParseHttpResponse.Builder Builder forParseHttpResponse.ParseInstallation TheParseInstallationis a local representation of installation data that can be saved and retrieved from the Parse cloud.ParseObject TheParseObjectis a local representation of data that can be saved and retrieved from the Parse cloud.ParsePlugins Public for LiveQuery.ParsePolygon ParsePolygonrepresents a set of coordinates that may be associated with a key in aParseObjector used as a reference point for geo queries.ParsePush TheParsePushis a local representation of data that can be sent as a push notification.ParsePushBroadcastReceiver ABroadcastReceiverfor rendering and reacting to to Notifications.ParseQuery<T extends ParseObject> TheParseQueryclass defines a query that is used to fetchParseObjects.ParseQuery.CachePolicy CachePolicyspecifies different caching policies that could be used withParseQuery.ParseQuery.State<T extends ParseObject> Used by Parse LiveQueryParseQuery.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 TheParseSessionis a local representation of session data that can be saved and retrieved from the Parse cloud.ParseTwitterUtils Provides a set of utilities for using Parse with Twitter.ParseUser TheParseUseris a local representation of user data that can be saved and retrieved from the Parse cloud.PLog Parse Logger.PointerEncoder EncodesParseObjects as pointers.PointerOrLocalIdEncoder EncodesParseObjects as pointers.ProgressCallback AProgressCallbackis used to get upload or download progress of aParseFileaction.PushRouter PushRouter handles distribution of push payloads through a broadcast intent with the "com.parse.push.intent.RECEIVE" action.RequestPasswordResetCallback ARequestPasswordResetCallbackis used to run code requesting a password reset for a user.SaveCallback ASaveCallbackis used to run code after saving aParseObjectin a background thread.SendCallback ASendCallbackis used to run code after sending aParsePushin a background thread.SignUpCallback ASignUpCallbackis used to run code after signing up aParseUserin a background thread.Twitter Provides access to Twitter info as it relates to Parse