com.samsung.android.sdk.healthdata
Interface HealthConstants.TotalBilirubin
-
- All Superinterfaces:
- HealthConstants.Common, HealthConstants.DiscreteMeasurement
- Enclosing class:
- HealthConstants
public static interface HealthConstants.TotalBilirubin extends HealthConstants.DiscreteMeasurement
This interface defines total bilirubin data of the user.Properties
Properties of the following extending interfaces are available for this data type.
Total bilirubin data has the following properties.
See more common properties by spreading this section out.Property name Description HealthConstants.TotalBilirubin.DEVICE_UUID [Mandatory]
Device identifier which provides the health dataHealthConstants.TotalBilirubin.START_TIME [Mandatory]
UTC milliseconds when the measurement is startedHealthConstants.TotalBilirubin.TIME_OFFSET [Mandatory]
Time offset in milliseconds which considers the time zone and daylight saving timeHealthConstants.TotalBilirubin.TOTAL_BILIRUBIN [Mandatory]
Measured total bilirubin in mg/dLHealthConstants.TotalBilirubin.CUSTOM Custom info which is formatted with JSON and compressed data Data Permission
The user's consent is required to read or write this data type. HealthPermissionManager.requestPermissions() displays a data permission UI to the user.
See Permission Manager and request data permission.- Since:
- 1.3.0
-
-
Field Summary
Fields Modifier and Type Field and Description static String
HEALTH_DATA_TYPE
Data type name for total bilirubin data.static String
TOTAL_BILIRUBIN
Measured total bilirubin in mg/dL.-
Fields inherited from interface com.samsung.android.sdk.healthdata.HealthConstants.DiscreteMeasurement
START_TIME, TIME_OFFSET
-
Fields inherited from interface com.samsung.android.sdk.healthdata.HealthConstants.Common
CREATE_TIME, CUSTOM, DEVICE_UUID, PACKAGE_NAME, UPDATE_TIME, UUID
-
-
-
-
Field Detail
-
TOTAL_BILIRUBIN
static final String TOTAL_BILIRUBIN
Measured total bilirubin in mg/dL.- Mandatory
- Type:
float
- Value range: 0 ~ 10
- Since:
- 1.3.0
- See Also:
- Constant Field Values
-
HEALTH_DATA_TYPE
static final String HEALTH_DATA_TYPE
Data type name for total bilirubin data.
Use"com.samsung.health.total_bilirubin"
to add permission to the manifest file.- Since:
- 1.3.0
- See Also:
- Constant Field Values
-
-