com.samsung.android.sdk.healthdata

Interface HealthConstants.UvExposure

    • Field Detail

      • UV_INDEX

        static final String UV_INDEX
        Measured UV index value.

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

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • LATITUDE

        static final String LATITUDE
        Latitude value of the place in degrees.
        It follows WGS 84.

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

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • LONGITUDE

        static final String LONGITUDE
        Longitude value of the place in degrees.
        It follows WGS 84.

        • Optional
        • Type: float
        • Value range: -180 ~ 180

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • ALTITUDE

        static final String ALTITUDE
        Altitude value of the place in meters.
        It follows WGS 84.

        • Optional
        • Type: float
        • Value range: -1000 ~ 10000

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • ACCURACY

        static final String ACCURACY
        Accuracy value of location information.
        It follows WGS 84.

        • Optional
        • Type: float
        • Value range: 0 and above

        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 UV exposure data.
        Use "com.samsung.health.uv_exposure" to add permission to the manifest file.
        Since:
        1.0.0
        See Also:
        Constant Field Values