toggle menu
SDK
androidJvm
switch theme
search in API
sdk-sensor-collection
/
com.combain.sdk_sensor_collection.monitor
/
SLMonitor
SLMonitor
class
SLMonitor
(
val
callback
:
(
SLMonitorData
)
->
Unit
)
Members
Constructors
SLMonitor
Link copied to clipboard
constructor
(
callback
:
(
SLMonitorData
)
->
Unit
)
Properties
callback
Link copied to clipboard
val
callback
:
(
SLMonitorData
)
->
Unit
Functions
update
Android
Activity
Link copied to clipboard
fun
updateAndroidActivity
(
androidActivity
:
String
)
update
Gps
Location
Link copied to clipboard
fun
updateGpsLocation
(
gpsLocation
:
SLLocation
)
update
Gps
Nbr
Satellites
Link copied to clipboard
fun
updateGpsNbrSatellites
(
numberOfSatellites
:
Int
)
update
Heading
Link copied to clipboard
fun
updateHeading
(
heading
:
Double
)
update
Pressure
Link copied to clipboard
fun
updatePressure
(
pressure
:
Float
)
update
Steps
Link copied to clipboard
fun
updateSteps
(
steps
:
Int
)
update
Time
Stamp
Link copied to clipboard
fun
updateTimeStamp
(
timestamp
:
Long
)