public class

KinveySyncService

extends AbstractSyncService
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Service
         ↳ android.app.IntentService
           ↳ com.kinvey.android.offline.AbstractSyncService
             ↳ com.kinvey.android.offline.KinveySyncService

Class Overview

This Android Service listens for intents and uses the AsyncAppData API to execute requests

Summary

Nested Classes
class KinveySyncService.KBinder Binder coupled with this Service  
[Expand]
Inherited Constants
From class com.kinvey.android.offline.AbstractSyncService
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
KinveySyncService(String name)
KinveySyncService()
Public Methods
IBinder onBind(Intent intent)
void pingService()
[Expand]
Inherited Methods
From class com.kinvey.android.offline.AbstractSyncService
From class android.app.IntentService
From class android.app.Service
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2

Public Constructors

public KinveySyncService (String name)

public KinveySyncService ()

Public Methods

public IBinder onBind (Intent intent)

public void pingService ()