Package org.altbeacon.beacon.service
Class BeaconService.BeaconBinder
- java.lang.Object
-
- android.os.Binder
-
- org.altbeacon.beacon.service.BeaconService.BeaconBinder
-
- All Implemented Interfaces:
IBinder
- Enclosing class:
- BeaconService
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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface android.os.IBinder
IBinder.DeathRecipient
-
-
Field Summary
-
Fields inherited from interface android.os.IBinder
DUMP_TRANSACTION, FIRST_CALL_TRANSACTION, FLAG_ONEWAY, INTERFACE_TRANSACTION, LAST_CALL_TRANSACTION, LIKE_TRANSACTION, PING_TRANSACTION, TWEET_TRANSACTION
-
-
Constructor Summary
Constructors Constructor Description BeaconBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeaconServicegetService()-
Methods inherited from class android.os.Binder
attachInterface, clearCallingIdentity, clearCallingWorkSource, dump, dump, dumpAsync, flushPendingCommands, getCallingPid, getCallingUid, getCallingUidOrThrow, getCallingUserHandle, getCallingWorkSourceUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, onTransact, pingBinder, queryLocalInterface, restoreCallingIdentity, restoreCallingWorkSource, setCallingWorkSourceUid, transact, unlinkToDeath
-
-
-
-
Method Detail
-
getService
public BeaconService getService()
-
-