-
- All Implemented Interfaces:
-
android.os.IBinder
public class BeaconService.BeaconBinder extends Binder
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.
-
-
Method Summary
Modifier and Type Method Description BeaconService
getService()
-
Methods inherited from class android.os.Binder
attachInterface, clearCallingIdentity, clearCallingWorkSource, dump, dumpAsync, flushPendingCommands, getCallingPid, getCallingUid, getCallingUidOrThrow, getCallingUserHandle, getCallingWorkSourceUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, restoreCallingWorkSource, setCallingWorkSourceUid, transact, unlinkToDeath
-
Methods inherited from class android.os.IBinder
getSuggestedMaxIpcSizeBytes
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getService
BeaconService getService()
-
-
-
-