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

Class ValueKey.PpgIrSet

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

      • PPG_IR

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

        Photoplethysmogram (PPG) Infrared's (IR) raw value.

        Since:
        1.0.0
      • STATUS

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

        Status flag for PPG IR data tracking.

        The available values are:

          Status value Description
          -999 Error value
          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

      • PpgIrSet

        public PpgIrSet()
        Deprecated.