AbstractPush | |
AndroidCredentialStoreException | AndroidCredentialStoreException class. |
AppDataProvider | |
AsyncAppData<T> | Wraps the com.kinvey.java.AppData public methods in asynchronous functionality using native Android AsyncTask. |
AsyncAppDataOperation | Builder for asynchronous app data requests. |
AsyncClientRequest<T> | Abstract AsyncClientRequest class - used for Kinvey Callbacks. |
AsyncClientRequest.ExecutorType | |
AsyncCustomEndpoints | Wraps the com.kinvey.java.CustomEndpoints public methods in asynchronous functionality using native Android AsyncTask. |
AsyncFile | Wraps the com.kinvey.java.File public methods in asynchronous functionality using native Android AsyncTask. |
AsyncLinkedData<T extends LinkedGenericJson> | Wraps the com.kinvey.java.LinkedData public methods in asynchronous functionality using native Android AsyncTask. |
AsyncUser | Wraps the com.kinvey.java.User public methods in asynchronous functionality using native Android AsyncTask. |
AsyncUserDiscovery | Wraps the com.kinvey.java.UserDiscovery public methods in asynchronous functionality using native Android AsyncTask. |
AsyncUserGroup | Wraps the com.kinvey.java.UserGroup public methods in asynchronous functionality using native Android AsyncTask. |
Client | This class is an implementation of a com.kinvey.java.AbstractClient with default settings for the Android operating system. |
Client.Builder | Create a client for interacting with Kinvey's services from an Android Activity. |
GCMPush |
This functionality can be accessed through the |
GCMPush.PushConfig | This class is used to maintain metadata about the current GCM push configuration in the User collection. |
GCMPush.PushConfigField | Manages ids and notificationKeys for PushConfig
|
KinveyClientBuilderCallback | This class provides callbacks for an creation of the client. |
KinveyDeleteCallback | Use this for async callbacks when deleting entities |
KinveyGCMService | IntentService responsible for handling GCM messages. |
KinveyListCallback<T> | Use this for async callbacks when retrieving multiple entities |
KinveyPingCallback | This class provides callbacks for an asynchronous Ping |
KinveyProvider | |
KinveySyncCallback | This class provides callbacks from requests executed by the Offline API. |
KinveySyncService | |
KinveySyncService.LocalBinder | Class used for the client Binder. |
KinveyUriCallback | Use this for async callbacks when requesting a URI |
KinveyUserCallback | This callback is typed for a com.kinvey.java.User object, use it for operations on Users. |
KinveyUserDeleteCallback | This class provides callbacks for an asynchronous Deletion of a User |
KinveyUserListCallback | This callback is typed for an array of com.kinvey.java.User objects, use it for bulk operations on the User collection.. |
KinveyUserManagementCallback | This callback is used for User Management operations, such as sending emails or password reset forms. |
OfflineAppData<T> | This class allows for managing a collection while the client is offline, and syncing with Kinvey when a connection is restored. |
OfflineAppDataService | This IntentService can be used to execute App Data client requests. |
OfflineClientRequest<T> | |
OfflineGenericJson | |
OfflineHelper | This class manages a set of OfflineTable s. |
OfflineRequestInfo | This public static class maintains information about the client request. |
OfflineResponseInfo | This class maintains information about a response from a request executed by the offline sync service. |
OfflineSettings | |
OfflineStore<T> | OfflineStore class. |
OfflineTable | This class represents a collection as a sqllite table, used for offline storage. |
PushCustomNotificationBuilder | |
PushOptions | |
PushReceiver | |
PushRegistrationException |
UrbanAirshipPush | Implementation of AbstractPush for Urban Airship. |
UrbanAirshipPushOptions | |
UrbanAirshipPushOptions.TransportType |