package

com.kinvey.java.core

Contains the basis for all wrappers and api specific services.

Interfaces

AsyncExecutor<T> This interface defines an async implementation that can be notified. 
DownloaderProgressListener An interface for receiving progress notifications for downloads. 
KinveyCancellableCallback<T>  
KinveyClientCallback<T>  
KinveyRequestInitializer  
UploaderProgressListener An interface for receiving progress notifications for uploads. 

Classes

AbstractKinveyClient  
AbstractKinveyClient.Builder Constructs an AbstractKinveyClient  
AbstractKinveyClientRequest<T>  
AbstractKinveyJsonClient  
AbstractKinveyJsonClient.Builder  
AbstractKinveyJsonClientRequest<T>  
KinveyAggregateCallback  
KinveyClientRequestInitializer  
KinveyHeaders  
KinveyJsonError  
MediaHttpDownloader Media HTTP Downloader, with support for both direct and resumable media downloads. 
MediaHttpUploader Media HTTP Uploader, with support for both direct and resumable media uploads. 
MetaDownloadProgressListener This class is an extension of the DownloaderProgressListener, which also provides a method for the retrieval of the metadata. 
MetaUploadProgressListener This class is an extension of the DownloaderProgressListener, which also provides a method for the retrieval of the metadata. 

Enums

MediaHttpDownloader.DownloadState Download state associated with the Media HTTP downloader. 
MediaHttpUploader.UploadState Upload state associated with the Media HTTP uploader. 

Exceptions