public static interface AntPlusStrideSdmPcc.ICalorieDataReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewCalorieData(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
long cumulativeCalories)
Receives the data from a CalorieData event.
|
void onNewCalorieData(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, long cumulativeCalories)
estTimestamp
- The estimated timestamp of when this event was triggered. Useful for correlating multiple events and determining when data was sent for more accurate data records.eventFlags
- Informational flags about the event.cumulativeCalories
- The total number of calories consumed from the start of the session. Units: kcal. Rollover: Every ~9 quintillion kcal.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.