KinveySyncCallback | This class provides callbacks from requests executed by the Offline API. |
KinveyContentProvider | |
KinveySyncService | This Android Service listens for intents and uses the AsyncAppData API to execute requests |
KinveySyncService.KBinder | Binder coupled with this Service |
OfflineHelper | This class manages a set of OfflineTable s. |
OfflineRequestInfo | This class is an abstraction of a REST request. |
OfflineResponseInfo | This class maintains information about a response from a request executed by the offline sync service. |
OfflineTable<T extends GenericJson> | This class manages the necessary tables for offline to function associated with one specific AsyncAppData collection. |
SqlLiteOfflineStore<T> | This class is an implementation of an OfflineStore, which provides methods to execute requests locally. |