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

Class ValueKey.PpgGreenSet

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

      • PPG_GREEN

        public static final ValueKey<Integer> PPG_GREEN
        Deprecated. It was deprecated. Use ValueKey.PpgSet.PPG_GREEN instead.

        Photoplethysmogram (PPG) green LED's analog-to-digital (ADC) value.

        Since:
        1.0.0
      • STATUS

        public static final ValueKey<Integer> STATUS
        Deprecated. It was deprecated. Use ValueKey.PpgSet.GREEN_STATUS instead.

        Status flag for PPG green data tracking.

        The available values are:

          Status value Description
          -999 A higher priority sensor, such as BIA, is operating
          0 Normal value
          500 The STATUS interface is not supported. This is caused by the Galaxy Watch software version being too old.

        Since:
        1.2.0
    • Constructor Detail

      • PpgGreenSet

        public PpgGreenSet()
        Deprecated.