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

Class ValueKey.EcgSet

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

      • LEAD_OFF

        public static final ValueKey<Integer> LEAD_OFF
        Lead on or off flag, indicating whether the user is touching both of the electrode keys on their Galaxy Watch.

        Available values are:

          Lead value Description
          0 The Galaxy Watch's electrode key is in contact. The key is usually located in the 2 o'clock direction.
          Any other value A finger is not in contact with the The Galaxy Watch's electrode key. The key is usually located in the 2 o'clock direction.
          Provide a position guide to the user and retry the ECG measurement.

        Since:
        1.0.0
      • SEQUENCE

        public static final ValueKey<Integer> SEQUENCE
        Sequence number of the data (0 ~ 255).
        Since:
        1.0.0
      • PPG_GREEN

        public static final ValueKey<Integer> PPG_GREEN
        PPG Green value.
        Since:
        1.0.0
      • ECG_MV

        public static final ValueKey<Float> ECG_MV
        ECG value in millivolts.
        Since:
        1.2.0
      • MAX_THRESHOLD_MV

        public static final ValueKey<Float> MAX_THRESHOLD_MV
        Maximum threshold for measured ECG_MV values. This is a fixed value.
        If the measured ECG_MV value is greater than the maximum threshold, it is in a saturation state, and you need to measure the ECG again.
        Since:
        1.2.0
      • MIN_THRESHOLD_MV

        public static final ValueKey<Float> MIN_THRESHOLD_MV
        Minimum threshold for measured ECG_MV values. This is a fixed value.
        If the measured ECG_MV value is less than the minimum threshold, it is in a saturation state, and you need to measure the ECG again.
        Since:
        1.2.0
    • Constructor Detail

      • EcgSet

        public EcgSet()