Class | Description |
---|---|
AndroidCredentialStore | |
AndroidJson |
This class manages the JSON parser for the Android library, which can be set in
kinvey.properties as the value of parser . |
AndroidLogger |
This class provides a logging implementation for the Android Library, using
android.util.Log.x . The TAG is "Kinvey - Client". |
AndroidMimeTypeFinder |
Uses Android features to determine the MIME type of a provided file.
|
AndroidUserStore | |
AsyncClientRequest<Result> |
Abstract AsyncClientRequest class - used for Kinvey Callbacks.
|
AsyncCustomEndpoints<I extends GenericJson,O> |
Wraps the com.kinvey.java.CustomEndpoints 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<T extends User> |
This class is an implementation of a com.kinvey.java.AbstractClient with default settings for the Android operating
system.
|
KinveyCallbackHandler<T> | |
KinveyHandlerThread | |
KinveyHeaders |
Standard Kinvey specific headers are added to all requests.
|
KinveyLiveServiceCallbackHandler<T> | |
KinveySocketFactory | |
SharedPrefCredentialStore |
Implementation of a com.kinvey.java.auth.CredentialStore utilizing a private instance of Android's Shared Preferences
|
UuidFactory |
Exception | Description |
---|---|
AndroidCredentialStoreException |
AndroidCredentialStoreException class.
|