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

Class ValueKey.PpgSet

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

      • PPG_GREEN

        public static final ValueKey<Integer> PPG_GREEN
        PPG green LED's ADC (analog-to-digital) value.
        Since:
        1.3.0
      • GREEN_STATUS

        public static final ValueKey<Integer> GREEN_STATUS
        Status flag for Photoplethysmogram (PPG) green data tracking.

        The available values for HealthTrackerType.PPG_ON_DEMAND are:

          Status value Description
          -1 Error value
          0 Normal value

        The available values for HealthTrackerType.PPG_CONTINUOUS are:

          Status value Description
          -1 A higher priority sensor, such as BIA, is operating
          0 Normal value

        Since:
        1.3.0
      • PPG_IR

        public static final ValueKey<Integer> PPG_IR
        PPG IR's raw value.
        Since:
        1.3.0
      • IR_STATUS

        public static final ValueKey<Integer> IR_STATUS
        Status flag for PPG Infrared (IR) data tracking.

        The available values for HealthTrackerType.PPG_ON_DEMAND are:

          Status value Description
          -1 Error value
          0 Normal value

        The available values for HealthTrackerType.PPG_CONTINUOUS are:

          Status value Description
          -1 A higher priority sensor, such as BIA, is operating
          0 Normal value

        Since:
        1.3.0
      • PPG_RED

        public static final ValueKey<Integer> PPG_RED
        PPG Red's raw value.
        Since:
        1.3.0
    • Constructor Detail

      • PpgSet

        public PpgSet()