Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class SLMonitorData(val timestamp: Long? = null, val gpsLocation: SLLocation? = null, val gpsNumberOfSatellites: Int? = null, val steps: Int? = null, val heading: Double? = null, val pressure: Float? = null, val androidActivity: String? = null)