public class

KinveySyncService.LocalBinder

extends Binder
java.lang.Object
   ↳ android.os.Binder
     ↳ com.kinvey.android.offline.KinveySyncService.LocalBinder

Class Overview

Class used for the client Binder. Because we know this service always runs in the same process as its clients, we don't need to deal with IPC.

Summary

[Expand]
Inherited Constants
From interface android.os.IBinder
Public Constructors
KinveySyncService.LocalBinder()
Public Methods
KinveySyncService getService()
[Expand]
Inherited Methods
From class android.os.Binder
From class java.lang.Object
From interface android.os.IBinder

Public Constructors

public KinveySyncService.LocalBinder ()

Public Methods

public KinveySyncService getService ()