package

com.kinvey.android.offline

Interfaces

KinveySyncCallback This class provides callbacks from requests executed by the Offline API. 

Classes

AppDataProvider  
KinveyProvider  
KinveySyncService  
KinveySyncService.LocalBinder Class used for the client Binder. 
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 OfflineTables. 
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.