public class SKStepCounterData extends SKAbstractData
| Modifier and Type | Field and Description |
|---|---|
protected float |
steps |
sensorType, timestamp| Constructor and Description |
|---|
SKStepCounterData(long timestamp,
float steps)
Initialize the instance
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataInCSV()
Get Step Counter sensor data in CSV format
|
float |
getSteps()
Get number of steps
|
getSensorType, getTimestamp, toString