Class ForegroundLocationService.ForegroundLocationBinder

java.lang.Object
android.os.Binder
com.gimbal.android.ForegroundLocationService.ForegroundLocationBinder
All Implemented Interfaces:
android.os.IBinder
Enclosing class:
ForegroundLocationService

public class ForegroundLocationService.ForegroundLocationBinder extends android.os.Binder
  • Nested Class Summary

    Nested classes/interfaces inherited from interface android.os.IBinder

    android.os.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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addListener(com.google.android.gms.location.LocationCallback locationCallback)
     
    void
    removeListener(com.google.android.gms.location.LocationCallback locationCallback)
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ForegroundLocationBinder

      public ForegroundLocationBinder()
  • Method Details

    • addListener

      public void addListener(@NonNull com.google.android.gms.location.LocationCallback locationCallback)
    • removeListener

      public void removeListener(@NonNull com.google.android.gms.location.LocationCallback locationCallback)