package

com.kinvey.android

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

Classes

AbstractAsyncUser<T extends User> Maintains definitions of all asyncronous user operation methods, this class is meant to be extended. 
AndroidJson  
AndroidLogger  
AndroidMimeTypeFinder Uses Android features to determine the MIME type of a provided file. 
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<I, O> 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<T extends User> Wraps the 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.