java.lang.Object |
↳ |
LifecycleService |
|
↳ |
com.mapsted.positioning.MapstedForegroundService |
Class Overview
Class for creating foreground service for wifi scans and inertial scans.
Also see MapstedWireless and MapstedSensors
Summary
Fields |
public
final
String |
TAG |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
Public Constructors
public
MapstedForegroundService
()
Public Methods
public
static
long
lastActiveTimestampMs
(Context context)
public
IBinder
onBind
(Intent intent)
public
void
onStart
(Intent intent, int startId)
public
int
onStartCommand
(Intent intent, int flags, int startId)
public
boolean
onUnbind
(Intent intent)