-
public final class WatchHrSampleOne heart-rate reading measured on the watch.
Carries no derived values. The watch measures; whatever consumes this decides what the number means — and in the Synheart stack that is the engine, not the phone SDK.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongtimestampMsprivate final Doublebpm
-
Constructor Summary
Constructors Constructor Description WatchHrSample(Long timestampMs, Double bpm)
-
Method Summary
Modifier and Type Method Description final LonggetTimestampMs()When the watch took the reading, in Unix ms. final DoublegetBpm()
-