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

Class ValueKey.BiaSet

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

      • STATUS

        public static final ValueKey<Integer> STATUS
        Status flag for body composition measurement.
        Measuring BIA needs a user's action. Please check a user guide for the BIA measurement in the SDK guide.
        Since:
        1.0.0

        Available values are:

        Status value Description
        0 Successful measurement.
        4 One of the wrist electrodes is detached.
        Provide a position guide to the user and retry the BIA measurement.
        7 A finger is detached from 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 BIA measurement.
        8 A finger is detached from the Galaxy Watch's electrode key. The key is usually located in the 4 o'clock direction.
        Provide a position guide to the user and retry the BIA measurement.
        9 Fingers are detached from both of the Galaxy Watch's electrode keys.
        Provide a position guide to the user and retry the BIA measurement.
        10 Wrist loose error.
        Provide a position guide to the user to check if the Galaxy Watch is worn tightly and retry the BIA measurement.
        11 Dry finger skin.
        Provide a guide to the user to moisturize the finger and retry the BIA measurement.
        13 Body magnitude is outside the expected range.
        Retry the measurement.
        14 Two hands are touching each other.
        Provide a position guide to the user to keep both hands out of contact and retry the BIA measurement.
        15 All fingers contact the SUS frame.
        Provide a position guide to the user and retry the BIA measurement.
        17 Unstable impedance, meaning a large variation of body magnitude.
        Provide a position guide to the user and retry the BIA measurement.
        18 Body fat ratio is out of the expected range. The user's profile is unrealistic.
        Check the user's profile and retry the BIA measurement.

      • BODY_FAT_RATIO

        public static final ValueKey<Float> BODY_FAT_RATIO
        Body fat ratio in percentage.
        The value range is from 0 to 100.
        Since:
        1.0.0
      • BODY_FAT_MASS

        public static final ValueKey<Float> BODY_FAT_MASS
        Body fat mass in kilograms.
        The value range is from 2 to the user's weight - 2.
        Since:
        1.0.0
      • TOTAL_BODY_WATER

        public static final ValueKey<Float> TOTAL_BODY_WATER
        Total body water in liters.
        The value range is from 2 to the user's weight.
        Since:
        1.0.0
      • SKELETAL_MUSCLE_RATIO

        public static final ValueKey<Float> SKELETAL_MUSCLE_RATIO
        Skeletal muscle ratio in percentage.
        The value range is from 0 to 100.
        Since:
        1.0.0
      • SKELETAL_MUSCLE_MASS

        public static final ValueKey<Float> SKELETAL_MUSCLE_MASS
        Skeletal muscle mass in kilograms.
        The value range is from 2 to the user's weight.
        Since:
        1.0.0
      • BASAL_METABOLIC_RATE

        public static final ValueKey<Float> BASAL_METABOLIC_RATE
        Basal metabolic rate in kcal.
        The value range is from 0 to 12000.
        Since:
        1.0.0
      • FAT_FREE_RATIO

        public static final ValueKey<Float> FAT_FREE_RATIO
        Fat free ratio in percentage.
        The value range is from 0 to 100.
        Since:
        1.0.0
      • FAT_FREE_MASS

        public static final ValueKey<Float> FAT_FREE_MASS
        Fat free mass in kilograms.
        The value range is from 2 to the user's weight - 2.
        Since:
        1.0.0
      • PROGRESS

        public static final ValueKey<Float> PROGRESS
        Measurement progress.
        Since:
        1.0.0
      • BODY_IMPEDANCE_MAGNITUDE

        public static final ValueKey<Float> BODY_IMPEDANCE_MAGNITUDE
        Body impedance magnitude in ohms.
        The value range is from 0 to 9999.
        Since:
        1.3.0
      • BODY_IMPEDANCE_DEGREE

        public static final ValueKey<Float> BODY_IMPEDANCE_DEGREE
        Body impedance degree in degrees.
        The value range is from -90 to 0.
        Since:
        1.3.0
    • Constructor Detail

      • BiaSet

        public BiaSet()