public class SingletonService.Binder extends android.os.Binder implements SimpleServiceConnection.InstanceBinder<SingletonService>
Binder
class which simply
returns this instance of the service.Constructor and Description |
---|
Binder() |
Modifier and Type | Method and Description |
---|---|
SingletonService |
getServiceInstance()
Provides the bound instance of the service.
|
attachInterface, clearCallingIdentity, dump, dump, dumpAsync, finalize, flushPendingCommands, getCallingPid, getCallingUid, getCallingUserHandle, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, onTransact, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath
public SingletonService getServiceInstance()
SimpleServiceConnection.InstanceBinder
getServiceInstance
in interface SimpleServiceConnection.InstanceBinder<SingletonService>