public static interface HealthConstants.AmbientTemperature extends HealthConstants.DiscreteMeasurement
Properties of the following extending interfaces are available for this data type.
Ambient temperature and humidity data has the following properties.
Property name | Description |
---|---|
HealthConstants.AmbientTemperature.DEVICE_UUID | [Mandatory] Device identifier which provides the health data |
HealthConstants.AmbientTemperature.START_TIME | [Mandatory] UTC milliseconds when the measurement is started |
HealthConstants.AmbientTemperature.TIME_OFFSET | [Mandatory] Time offset in milliseconds which considers the time zone and daylight saving time |
HealthConstants.AmbientTemperature.TEMPERATURE | [Mandatory] Measured surrounding temperature |
HealthConstants.AmbientTemperature.HUMIDITY | Measured surrounding humidity |
HealthConstants.AmbientTemperature.LATITUDE | Latitude value of the place |
HealthConstants.AmbientTemperature.LONGITUDE | Longitude value of the place |
HealthConstants.AmbientTemperature.ALTITUDE | Altitude value of the place |
HealthConstants.AmbientTemperature.ACCURACY | Accuracy value of location |
HealthConstants.AmbientTemperature.COMMENT | Comment |
HealthConstants.AmbientTemperature.CUSTOM | Custom info which is formatted with JSON and compressed data |
Modifier and Type | Field and Description |
---|---|
static String |
ACCURACY
Accuracy value of location information.
|
static String |
ALTITUDE
Altitude value of the place in meters.
|
static String |
COMMENT
Comment for data.
|
static String |
HEALTH_DATA_TYPE
Data type name for ambient temperature and humidity data.
|
static String |
HUMIDITY
Measured surrounding humidity in liters per hour.
|
static String |
LATITUDE
Latitude value of the place in degrees.
|
static String |
LONGITUDE
Longitude value of the place in degrees.
|
static String |
TEMPERATURE
Measured surrounding temperature in Celsius.
|
START_TIME, TIME_OFFSET
CREATE_TIME, CUSTOM, DEVICE_UUID, PACKAGE_NAME, UPDATE_TIME, UUID
static final String TEMPERATURE
float
static final String HUMIDITY
float
static final String LATITUDE
float
static final String LONGITUDE
float
static final String ALTITUDE
float
static final String ACCURACY
float
static final String COMMENT
String
static final String HEALTH_DATA_TYPE
"com.samsung.health.ambient_temperature"
to add permission to the manifest file.Copyright © Samsung Electronics, Co., Ltd. All rights reserved.