com.samsung.android.service.health.tracking.data

Class ValueKey.HeartRateSet

  • java.lang.Object
    • com.samsung.android.service.health.tracking.data.ValueKey.HeartRateSet
    • Field Detail

      • HEART_RATE

        public static final ValueKey<Integer> HEART_RATE
        Heart rate value in beats per minute.
        Since:
        1.0.0
      • IBI_LIST

        public static final ValueKey<List<Integer>> IBI_LIST
        IBI_LIST (Inter-beat Interval) in milliseconds.
        Between 0 and 4 data points are sent along with the heart rate. For batch data, all IBI values are sent in the first data point and for the rest of the data points, the IBI values are NULL.
        Since:
        1.2.0
      • IBI_STATUS_LIST

        public static final ValueKey<List<Integer>> IBI_STATUS_LIST
        Status flag list for IBI measurement.
        Between 0 and 4 data points are sent along with the heart rate. For batch data, all IBI_STATUS values are sent in the first data point and for the rest of the data points, the IBI_STATUS values are NULL.

        The available values are:

          Status value Description
          -1 Error
          0 Normal

        Since:
        1.2.0
      • HEART_RATE_STATUS

        public static final ValueKey<Integer> HEART_RATE_STATUS
        Status flag for heart rate measurement.

          *
          Heart Rate Status value Description
          -999 A higher priority sensor, such as BIA, is operating
          -10 PPG signal is too weak or the user is moving around too much
          -8 PPG signal is weak or the user moved
          -3 Wearable is detached
          -2 Wearable movement is detected
          0 Initial heart rate measuring state, or a higher priority sensor, such as BIA, is operating
          1 Successful heart rate measurement

        Since:
        1.2.0
    • Constructor Detail

      • HeartRateSet

        public HeartRateSet()