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

Class ValueKey.SpO2Set

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

      • STATUS

        public static final ValueKey<Integer> STATUS
        Status flag for SpO2 measurement.

        Measuring SpO2 usually takes 30 seconds. Getting a STATUS value with 2 means the SpO2 measurement is complete.
        If the measurement fails, check the Galaxy Watch's position on the user's wrist and their pose. See details in the SDK guide.

        The available values are:

          Status value Description
          -6 Time out
          -5 Signal quality is low
          -4 Device moved during measurement
          0 Calculating SpO2
          2 SpO2 measurement was completed

        Since:
        1.1.0
      • SPO2

        public static final ValueKey<Integer> SPO2
        Oxygen saturation (SpO2) value as a percentage.
        Since:
        1.1.0
      • HEART_RATE

        public static final ValueKey<Integer> HEART_RATE
        Heart rate value in beats per minute.
        Since:
        1.1.0
    • Constructor Detail

      • SpO2Set

        public SpO2Set()