com.samsung.android.sdk.healthdata

Interface HealthConstants.Weight

    • Field Detail

      • COMMENT

        static final String COMMENT
        Comment for data.

        • Optional
        • Type: String
        • Value length: 0 ~ 255

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • WEIGHT

        static final String WEIGHT
        Weight in kilograms.

        • Mandatory
        • Type: float
        • Value range: 2 ~ 500

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • HEIGHT

        static final String HEIGHT
        Height in centimeters.

        • Optional
        • Type: float
        • Value range: 20 ~ 300

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • BODY_FAT

        static final String BODY_FAT
        Body fat in percentage. Total mass of fat divided by total body mass.

        • Optional
        • Type: float
        • Value range: 1 ~ 75

        Since:
        1.2.0
        See Also:
        Constant Field Values
      • SKELETAL_MUSCLE

        static final String SKELETAL_MUSCLE
        Skeletal muscle in percentage. Total mass of skeletal muscle divided by total muscle mass.

        • Optional
        • Type: float
        • Value range: 5 ~ 90

        Since:
        1.2.0
        See Also:
        Constant Field Values
      • MUSCLE_MASS

        static final String MUSCLE_MASS
        Muscle mass in percentage. Total mass of muscle divided by total body mass.

        • Optional
        • Type: float
        • Value range: 10 ~ 99

        Since:
        1.2.0
        See Also:
        Constant Field Values
      • BASAL_METABOLIC_RATE

        static final String BASAL_METABOLIC_RATE
        BMR in kcal per day.

        • Optional
        • Type: int
        • Value range: 100 ~ 10000

        Since:
        1.2.0
        See Also:
        Constant Field Values
      • BODY_FAT_MASS

        static final String BODY_FAT_MASS
        Body fat mass in kilograms.

        • Optional
        • Type: float
        • Value range: 2 ~ 500

        Since:
        1.3.0
        See Also:
        Constant Field Values
      • FAT_FREE_MASS

        static final String FAT_FREE_MASS
        Fat-free mass in kilograms.

        • Optional
        • Type: float
        • Value range: 2 ~ 500

        Since:
        1.3.0
        See Also:
        Constant Field Values
      • FAT_FREE

        static final String FAT_FREE
        Fat-free ratio in percentage.

        • Optional
        • Type: float
        • Value range: 0 ~ 100

        Since:
        1.3.0
        See Also:
        Constant Field Values
      • SKELETAL_MUSCLE_MASS

        static final String SKELETAL_MUSCLE_MASS
        Skeletal muscle mass in kilograms.

        • Optional
        • Type: float
        • Value range: 2 ~ 500

        Since:
        1.3.0
        See Also:
        Constant Field Values
      • TOTAL_BODY_WATER

        static final String TOTAL_BODY_WATER
        Total body water in liters.

        • Optional
        • Type: float
        • Value range: 2 ~ 500

        Since:
        1.3.0
        See Also:
        Constant Field Values
      • HEALTH_DATA_TYPE

        static final String HEALTH_DATA_TYPE
        Data type name for weight data.
        Use "com.samsung.health.weight" to add permission to the manifest file.
        See Also:
        Constant Field Values