SLMonitor

class SLMonitor(val callback: (SLMonitorData) -> Unit)

Constructors

Link copied to clipboard
constructor(callback: (SLMonitorData) -> Unit)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun updateAndroidActivity(androidActivity: String)
Link copied to clipboard
fun updateGpsLocation(gpsLocation: SLLocation)
Link copied to clipboard
fun updateGpsNbrSatellites(numberOfSatellites: Int)
Link copied to clipboard
fun updateHeading(heading: Double)
Link copied to clipboard
fun updatePressure(pressure: Float)
Link copied to clipboard
fun updateSteps(steps: Int)
Link copied to clipboard
fun updateTimeStamp(timestamp: Long)