Class: Toybox.ActivityMonitor.HeartRateIterator
- Inherits:
-
Toybox.Lang.Object
Overview
A class containing heart rate data for a given period of time.
Instance Method Summary collapse
-
getMax() as Lang.Number or Null
Get the maximum heart rate contained in this iterator.
-
getMin() as Lang.Number or Null
Get the minimum heart rate contained in this iterator.
-
next() as ActivityMonitor.HeartRateSample or Null
Get the next entry in the iterator.
Instance Method Details
getMax() as Lang.Number or Null
Get the maximum heart rate contained in this iterator.
getMin() as Lang.Number or Null
Get the minimum heart rate contained in this iterator.
next() as ActivityMonitor.HeartRateSample or Null
Get the next entry in the iterator.
This must be called to get the initial data from the iterator.