package

com.kinvey.android

The main package where you can find the client and the main public interfaces for the android library.

Classes

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. 

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. 
SharedPrefCredentialStore Implementation of a com.kinvey.java.auth.CredentialStore utilizing a private instance of Android's Shared Preferences 

Enums

Exceptions

AndroidCredentialStoreException

AndroidCredentialStoreException class.