com.samsung.android.sdk.healthdata

Interface HealthConstants.BloodPressure

    • Field Detail

      • SYSTOLIC

        static final String SYSTOLIC
        Measured systolic value.

        • Mandatory
        • Type: float
        • Value range: 0 ~ 300

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • DIASTOLIC

        static final String DIASTOLIC
        Measured diastolic value.

        • Mandatory
        • Type: float
        • Value range: 0 ~ 250

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • COMMENT

        static final String COMMENT
        Comment for data.

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

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • HEALTH_DATA_TYPE

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