• Learn
    • Code Lab
    • Foldables and Large Screens
    • One UI Beta
    • Samsung Developers Podcasts
  • Develop
    • Mobile/Wearable
    • Galaxy GameDev
    • Galaxy Themes
    • Galaxy Watch
    • Health
    • Samsung Blockchain
    • Samsung DeX
    • Samsung IAP
    • Samsung Internet
    • Samsung Pay
    • Samsung Wallet
    • View All
      • Galaxy AR Emoji
      • Galaxy Accessory
      • Galaxy Edge
      • Galaxy Z
      • Galaxy Performance
      • Galaxy FM Radio
      • Galaxy S Pen Remote
      • Galaxy Sensor Extension
      • PENUP
      • Samsung Automation
      • Samsung Neural
      • Samsung TEEGRIS
      • Samsung eSE SDK
      • Galaxy Watch for Tizen
      • Watch Face Studio
      • One UI Watch for Tizen
      • Galaxy Watch Studio Converter
      • Samsung IAP for Galaxy Watch (Tizen)
    • Visual Display
    • Smart TV
    • Smart Hospitality Display
    • Smart Signage
    • Digital Appliance
    • Family Hub
    • Platform
    • Bixby
    • Knox
    • SmartThings
    • Tizen.NET
  • Design
    • Design System
    • One UI
    • One UI Watch
    • Smart TV
  • Distribute
    • Galaxy Store
    • TV Seller Office
    • Galaxy Store Games
    • Samsung Podcasts
  • Support
    • Developer Support
    • Remote Test Lab
    • Issues and Bugs Channel
    • Samsung Android USB Driver
    • Galaxy Emulator Skin
  • Connect
    • Blog
    • News
    • Forums
    • Events
    • Samsung Developer Conference
    • SDC23
    • SDC22
    • SDC21
    • SDC19 and Previous Events
  • Sign In
Top Global Search Form
Recommendation
  • Blog
  • Code Lab
  • Foldable and Large Screen Optimization
  • Forums
  • Galaxy Emulator Skin
  • Galaxy GameDev
  • Health
  • Remote Test Lab
  • Samsung Developer Conference
  • SDC22
  • Watch Face Studio
All Search Form
Recommendation
    Suggestion
      All Search Form
      Filter
      Filter
      Filter
      • ALL
      • DOCS (100)
      • SDK
      • API REFERENCE
      • CODE LAB
      • BLOG
      • NEWS/EVENTS
      • OTHERS
        api reference code lab blog news/events
      1. Develop
      2. Health

      api

      HealthConstants.Cpk

      overview package class tree deprecated index com.samsung.android.sdk.healthdata interface healthconstants.cpk all superinterfaces: healthconstants.common, healthconstants.discretemeasurement enclosing class: healthconstants public static interface healthconstants.cpk extends healthconstants.discretemeasurement this interface defines cpk (creatine phosphokinase) data of the user. properties properties of the following extending interfaces are available for this data type. healthconstants.common healthconstants.discretemeasurement cpk data has the following properties. see more common properties by spreading this section out. property name description healthconstants.cpk.uuid [mandatory] data's unique id, assigned by the system when a new data is inserted healthconstants.cpk.create_time [mandatory] utc milliseconds when a data is created in the health data store, assigned by the system when a new data is inserted healthconstants.cpk.update_time [mandatory] utc milliseconds when a data is updated in the health data store, assigned by the system when a new data is inserted or the existing data is updated healthconstants.cpk.package_name [mandatory] package name which provides data, assigned by the system when a new data is inserted healthconstants.cpk.device_uuid [mandatory] device identifier which provides the health data healthconstants.cpk.start_time [mandatory] utc milliseconds when the measurement is started healthconstants.cpk.time_offset [mandatory] time offset in milliseconds which considers the time zone and daylight saving time healthconstants.cpk.cpk [mandatory] measured cpk in iu/l healthconstants.cpk.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 cpk measured cpk in iu/l. static string health_data_type data type name for cpk data. 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 cpk static final string cpk measured cpk in iu/l. mandatory type: float value range: 10 ~ 10000 since: 1.3.0 see also: constant field values health_data_type static final string health_data_type data type name for cpk data. use "com.samsung.health.cpk" to add permission to the manifest file. since: 1.3.0 see also: constant field values

      https://developer.samsung.com/health/android/data/api-reference/com/samsung/android/sdk/healthdata/HealthConstants.Cpk.html
      1. Develop
      2. Health

      api

      HealthConstants.Creatinine

      overview package class tree deprecated index com.samsung.android.sdk.healthdata interface healthconstants.creatinine all superinterfaces: healthconstants.common, healthconstants.discretemeasurement enclosing class: healthconstants public static interface healthconstants.creatinine extends healthconstants.discretemeasurement this interface defines creatinine data of the user. properties properties of the following extending interfaces are available for this data type. healthconstants.common healthconstants.discretemeasurement creatinine data has the following properties. see more common properties by spreading this section out. property name description healthconstants.creatinine.uuid [mandatory] data's unique id, assigned by the system when a new data is inserted healthconstants.creatinine.create_time [mandatory] utc milliseconds when a data is created in the health data store, assigned by the system when a new data is inserted healthconstants.creatinine.update_time [mandatory] utc milliseconds when a data is updated in the health data store, assigned by the system when a new data is inserted or the existing data is updated healthconstants.creatinine.package_name [mandatory] package name which provides data, assigned by the system when a new data is inserted healthconstants.creatinine.device_uuid [mandatory] device identifier which provides the health data healthconstants.creatinine.start_time [mandatory] utc milliseconds when the measurement is started healthconstants.creatinine.time_offset [mandatory] time offset in milliseconds which considers the time zone and daylight saving time healthconstants.creatinine.creatinine [mandatory] measured creatinine in mg/dl healthconstants.creatinine.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 creatinine measured creatinine in mg/dl. static string health_data_type data type name for creatinine data. 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 creatinine static final string creatinine measured creatinine 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 creatinine data. use "com.samsung.health.creatinine" to add permission to the manifest file. since: 1.3.0 see also: constant field values

      https://developer.samsung.com/health/android/data/api-reference/com/samsung/android/sdk/healthdata/HealthConstants.Creatinine.html
      1. Develop
      2. Health

      api

      HealthConstants.DirectBilirubin

      overview package class tree deprecated index com.samsung.android.sdk.healthdata interface healthconstants.directbilirubin all superinterfaces: healthconstants.common, healthconstants.discretemeasurement enclosing class: healthconstants public static interface healthconstants.directbilirubin extends healthconstants.discretemeasurement this interface defines direct bilirubin data of the user. properties properties of the following extending interfaces are available for this data type. healthconstants.common healthconstants.discretemeasurement direct bilirubin data has the following properties. see more common properties by spreading this section out. property name description healthconstants.directbilirubin.uuid [mandatory] data's unique id, assigned by the system when a new data is inserted healthconstants.directbilirubin.create_time [mandatory] utc milliseconds when a data is created in the health data store, assigned by the system when a new data is inserted healthconstants.directbilirubin.update_time [mandatory] utc milliseconds when a data is updated in the health data store, assigned by the system when a new data is inserted or the existing data is updated healthconstants.directbilirubin.package_name [mandatory] package name which provides data, assigned by the system when a new data is inserted healthconstants.directbilirubin.device_uuid [mandatory] device identifier which provides the health data healthconstants.directbilirubin.start_time [mandatory] utc milliseconds when the measurement is started healthconstants.directbilirubin.time_offset [mandatory] time offset in milliseconds which considers the time zone and daylight saving time healthconstants.directbilirubin.direct_bilirubin [mandatory] measured direct bilirubin in mg/dl healthconstants.directbilirubin.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 direct_bilirubin measured direct bilirubin in mg/dl. static string health_data_type data type name for direct bilirubin data. 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 direct_bilirubin static final string direct_bilirubin measured direct 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 direct bilirubin data. use "com.samsung.health.direct_bilirubin" to add permission to the manifest file. since: 1.3.0 see also: constant field values

      https://developer.samsung.com/health/android/data/api-reference/com/samsung/android/sdk/healthdata/HealthConstants.DirectBilirubin.html
      1. Develop
      2. Health

      api

      HealthConstants.Fev1

      overview package class tree deprecated index com.samsung.android.sdk.healthdata interface healthconstants.fev1 all superinterfaces: healthconstants.common, healthconstants.discretemeasurement enclosing class: healthconstants public static interface healthconstants.fev1 extends healthconstants.discretemeasurement this interface defines fev1 (forced expiratory volume in one second) data of the user. properties properties of the following extending interfaces are available for this data type. healthconstants.common healthconstants.discretemeasurement fev1 data has the following properties. see more common properties by spreading this section out. property name description healthconstants.fev1.uuid [mandatory] data's unique id, assigned by the system when a new data is inserted healthconstants.fev1.create_time [mandatory] utc milliseconds when a data is created in the health data store, assigned by the system when a new data is inserted healthconstants.fev1.update_time [mandatory] utc milliseconds when a data is updated in the health data store, assigned by the system when a new data is inserted or the existing data is updated healthconstants.fev1.package_name [mandatory] package name which provides data, assigned by the system when a new data is inserted healthconstants.fev1.device_uuid [mandatory] device identifier which provides the health data healthconstants.fev1.start_time [mandatory] utc milliseconds when the measurement is started healthconstants.fev1.time_offset [mandatory] time offset in milliseconds which considers the time zone and daylight saving time healthconstants.fev1.fev1 [mandatory] measured fev1 in liters healthconstants.fev1.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 fev1 measured fev1 in liters. static string health_data_type data type name for fev1 data. 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 fev1 static final string fev1 measured fev1 in liters. mandatory type: float value range: 1 ~ 10 since: 1.3.0 see also: constant field values health_data_type static final string health_data_type data type name for fev1 data. use "com.samsung.health.fev1" to add permission to the manifest file. since: 1.3.0 see also: constant field values

      https://developer.samsung.com/health/android/data/api-reference/com/samsung/android/sdk/healthdata/HealthConstants.Fev1.html
      1. Develop
      2. Health

      api

      HealthConstants.FloorsClimbed

      overview package class tree deprecated index com.samsung.android.sdk.healthdata interface healthconstants.floorsclimbed all superinterfaces: healthconstants.common, healthconstants.sessionmeasurement enclosing class: healthconstants public static interface healthconstants.floorsclimbed extends healthconstants.sessionmeasurement this interface defines floors climbed data of the user. properties properties of the following extending interfaces are available for this data type. healthconstants.common healthconstants.sessionmeasurement floor climbed data has the following properties. see more common properties by spreading this section out. property name description healthconstants.floorsclimbed.uuid [mandatory] data's unique id, assigned by the system when a new data is inserted healthconstants.floorsclimbed.create_time [mandatory] utc milliseconds when a data is created in the health data store, assigned by the system when a new data is inserted healthconstants.floorsclimbed.update_time [mandatory] utc milliseconds when a data is updated in the health data store, assigned by the system when a new data is inserted or the existing data is updated healthconstants.floorsclimbed.package_name [mandatory] package name which provides data, assigned by the system when a new data is inserted healthconstants.floorsclimbed.device_uuid [mandatory] device identifier which provides the health data healthconstants.floorsclimbed.start_time [mandatory] utc time when the measurement is started healthconstants.floorsclimbed.end_time [mandatory] utc time after the measurement has ended healthconstants.floorsclimbed.time_offset [mandatory] time offset which considers time zone and daylight saving time healthconstants.floorsclimbed.floor [mandatory] floors climbed healthconstants.floorsclimbed.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 floor floors climbed. static string health_data_type data type name for floors climbed data. fields inherited from interface com.samsung.android.sdk.healthdata.healthconstants.sessionmeasurement end_time, 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 floor static final string floor floors climbed. a floor is 3 meters. mandatory type: float value length: 0 ~ 10000 since: 1.3.0 see also: constant field values health_data_type static final string health_data_type data type name for floors climbed data. use "com.samsung.health.floors_climbed" to add permission to the manifest file. since: 1.3.0 see also: constant field values

      https://developer.samsung.com/health/android/data/api-reference/com/samsung/android/sdk/healthdata/HealthConstants.FloorsClimbed.html
      1. Develop
      2. Health

      api

      HealthConstants.Fvc

      overview package class tree deprecated index com.samsung.android.sdk.healthdata interface healthconstants.fvc all superinterfaces: healthconstants.common, healthconstants.discretemeasurement enclosing class: healthconstants public static interface healthconstants.fvc extends healthconstants.discretemeasurement this interface defines fvc (forced vital capacity) data of the user. properties properties of the following extending interfaces are available for this data type. healthconstants.common healthconstants.discretemeasurement fvc data has the following properties. see more common properties by spreading this section out. property name description healthconstants.fvc.uuid [mandatory] data's unique id, assigned by the system when a new data is inserted healthconstants.fvc.create_time [mandatory] utc milliseconds when a data is created in the health data store, assigned by the system when a new data is inserted healthconstants.fvc.update_time [mandatory] utc milliseconds when a data is updated in the health data store, assigned by the system when a new data is inserted or the existing data is updated healthconstants.fvc.package_name [mandatory] package name which provides data, assigned by the system when a new data is inserted healthconstants.fvc.device_uuid [mandatory] device identifier which provides the health data healthconstants.fvc.start_time [mandatory] utc milliseconds when the measurement is started healthconstants.fvc.time_offset [mandatory] time offset in milliseconds which considers the time zone and daylight saving time healthconstants.fvc.fvc [mandatory] measured fvc in liters healthconstants.fvc.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 fvc measured fvc in liters. static string health_data_type data type name for fvc data. 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 fvc static final string fvc measured fvc in liters. mandatory type: float value range: 1 ~ 10 since: 1.3.0 see also: constant field values health_data_type static final string health_data_type data type name for fvc data. use "com.samsung.health.fvc" to add permission to the manifest file. since: 1.3.0 see also: constant field values

      https://developer.samsung.com/health/android/data/api-reference/com/samsung/android/sdk/healthdata/HealthConstants.Fvc.html
      1. Develop
      2. Health

      api

      HealthConstants.Ggt

      overview package class tree deprecated index com.samsung.android.sdk.healthdata interface healthconstants.ggt all superinterfaces: healthconstants.common, healthconstants.discretemeasurement enclosing class: healthconstants public static interface healthconstants.ggt extends healthconstants.discretemeasurement this interface defines ggt (gamma glutamyl transpeptidase) data of the user. properties properties of the following extending interfaces are available for this data type. healthconstants.common healthconstants.discretemeasurement ggt data has the following properties. see more common properties by spreading this section out. property name description healthconstants.ggt.uuid [mandatory] data's unique id, assigned by the system when a new data is inserted healthconstants.ggt.create_time [mandatory] utc milliseconds when a data is created in the health data store, assigned by the system when a new data is inserted healthconstants.ggt.update_time [mandatory] utc milliseconds when a data is updated in the health data store, assigned by the system when a new data is inserted or the existing data is updated healthconstants.ggt.package_name [mandatory] package name which provides data, assigned by the system when a new data is inserted healthconstants.ggt.device_uuid [mandatory] device identifier which provides the health data healthconstants.ggt.start_time [mandatory] utc milliseconds when the measurement is started healthconstants.ggt.time_offset [mandatory] time offset in milliseconds which considers the time zone and daylight saving time healthconstants.ggt.ggt [mandatory] measured ggt in milliliters healthconstants.ggt.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 ggt measured ggt in milliliters. static string health_data_type data type name for ggt data. 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 ggt static final string ggt measured ggt in milliliters. mandatory type: float value range: 0 ~ 5000 since: 1.3.0 see also: constant field values health_data_type static final string health_data_type data type name for ggt data. use "com.samsung.health.ggt" to add permission to the manifest file. since: 1.3.0 see also: constant field values

      https://developer.samsung.com/health/android/data/api-reference/com/samsung/android/sdk/healthdata/HealthConstants.Ggt.html
      1. Develop
      2. Health

      api

      HealthConstants.Globulin

      overview package class tree deprecated index com.samsung.android.sdk.healthdata interface healthconstants.globulin all superinterfaces: healthconstants.common, healthconstants.discretemeasurement enclosing class: healthconstants public static interface healthconstants.globulin extends healthconstants.discretemeasurement this interface defines globulin data of the user. properties properties of the following extending interfaces are available for this data type. healthconstants.common healthconstants.discretemeasurement globulin data has the following properties. see more common properties by spreading this section out. property name description healthconstants.globulin.uuid [mandatory] data's unique id, assigned by the system when a new data is inserted healthconstants.globulin.create_time [mandatory] utc milliseconds when a data is created in the health data store, assigned by the system when a new data is inserted healthconstants.globulin.update_time [mandatory] utc milliseconds when a data is updated in the health data store, assigned by the system when a new data is inserted or the existing data is updated healthconstants.globulin.package_name [mandatory] package name which provides data, assigned by the system when a new data is inserted healthconstants.globulin.device_uuid [mandatory] device identifier which provides the health data healthconstants.globulin.start_time [mandatory] utc milliseconds when the measurement is started healthconstants.globulin.time_offset [mandatory] time offset in milliseconds which considers the time zone and daylight saving time healthconstants.globulin.globulin [mandatory] measured globulin in g/dl healthconstants.globulin.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 globulin measured globulin in g/dl. static string health_data_type data type name for globulin data. 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 globulin static final string globulin measured globulin in g/dl. mandatory type: float value range: 1 ~ 20 since: 1.3.0 see also: constant field values health_data_type static final string health_data_type data type name for globulin data. use "com.samsung.health.globulin" to add permission to the manifest file. since: 1.3.0 see also: constant field values

      https://developer.samsung.com/health/android/data/api-reference/com/samsung/android/sdk/healthdata/HealthConstants.Globulin.html
      1. Develop
      2. Health

      api

      HealthConstants.HbA1c

      overview package class tree deprecated index com.samsung.android.sdk.healthdata interface healthconstants.hba1c all superinterfaces: healthconstants.common, healthconstants.discretemeasurement enclosing class: healthconstants public static interface healthconstants.hba1c extends healthconstants.discretemeasurement this interface defines glycated hemoglobin data of the user. properties properties of the following extending interfaces are available for this data type. healthconstants.common healthconstants.discretemeasurement hba1c data has the following properties. see more common properties by spreading this section out. property name description healthconstants.hba1c.uuid [mandatory] data's unique id, assigned by the system when a new data is inserted healthconstants.hba1c.create_time [mandatory] utc milliseconds when a data is created in the health data store, assigned by the system when a new data is inserted healthconstants.hba1c.update_time [mandatory] utc milliseconds when a data is updated in the health data store, assigned by the system when a new data is inserted or the existing data is updated healthconstants.hba1c.package_name [mandatory] package name which provides data, assigned by the system when a new data is inserted healthconstants.hba1c.device_uuid [mandatory] device identifier which provides the health data healthconstants.hba1c.start_time [mandatory] utc milliseconds when the measurement is started healthconstants.hba1c.time_offset [mandatory] time offset in milliseconds which considers the time zone and daylight saving time healthconstants.hba1c.hba1c [mandatory] hemoglobin bound to the glucose value healthconstants.hba1c.comment comment healthconstants.hba1c.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.0.0 field summary fields modifier and type field and description static string comment comment for data. static string hba1c hemoglobin bound to the glucose value in percent. static string health_data_type data type name for hba1c data. 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 hba1c static final string hba1c hemoglobin bound to the glucose value in percent. mandatory type: float value range: 3 ~ 15 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 hba1c data. use "com.samsung.health.hba1c" to add permission to the manifest file. since: 1.0.0 see also: constant field values

      https://developer.samsung.com/health/android/data/api-reference/com/samsung/android/sdk/healthdata/HealthConstants.HbA1c.html
      1. Develop
      2. Health

      api

      HealthConstants.Hdlc

      overview package class tree deprecated index com.samsung.android.sdk.healthdata interface healthconstants.hdlc all superinterfaces: healthconstants.common, healthconstants.discretemeasurement enclosing class: healthconstants public static interface healthconstants.hdlc extends healthconstants.discretemeasurement this interface defines hdl-c(high-density lipoprotein cholesterol) data of the user. properties properties of the following extending interfaces are available for this data type. healthconstants.common healthconstants.discretemeasurement hdl-c data has the following properties. see more common properties by spreading this section out. property name description healthconstants.hdlc.uuid [mandatory] data's unique id, assigned by the system when a new data is inserted healthconstants.hdlc.create_time [mandatory] utc milliseconds when a data is created in the health data store, assigned by the system when a new data is inserted healthconstants.hdlc.update_time [mandatory] utc milliseconds when a data is updated in the health data store, assigned by the system when a new data is inserted or the existing data is updated healthconstants.hdlc.package_name [mandatory] package name which provides data, assigned by the system when a new data is inserted healthconstants.hdlc.device_uuid [mandatory] device identifier which provides the health data healthconstants.hdlc.start_time [mandatory] utc milliseconds when the measurement is started healthconstants.hdlc.time_offset [mandatory] time offset in milliseconds which considers the time zone and daylight saving time healthconstants.hdlc.hdlc [mandatory] measured hdl-c in mg/dl healthconstants.hdlc.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 hdlc measured hdl-c in mg/dl. static string health_data_type data type name for hdl-c data. 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 hdlc static final string hdlc measured hdl-c in mg/dl. mandatory type: float value range: 10 ~ 10000 since: 1.3.0 see also: constant field values health_data_type static final string health_data_type data type name for hdl-c data. use "com.samsung.health.hdlc" to add permission to the manifest file. since: 1.3.0 see also: constant field values

      https://developer.samsung.com/health/android/data/api-reference/com/samsung/android/sdk/healthdata/HealthConstants.Hdlc.html
      No Search Results
      No Search results. Try using another keyword.
      • <<
      • <
      • 1
      • 2
      • 3
      • 4
      • 5
      • 6
      • 7
      • 8
      • 9
      • 10
      • >
      • >>
      Samsung Developers
      Samsung Developers
      Quick Link
      • Android USB Driver
      • Code Lab
      • Galaxy Emulator Skin
      • Foldables and Large Screens
      • One UI Beta
      • Remote Test Lab
      • Samsung Developers Podcast
      Family Site
      • Bixby
      • Knox
      • Samsung Pay
      • SmartThings
      • Tizen
      • Samsung Research
      • SamsungOpen Source
      • Samsung Dev Spain
      • Samsung Dev Brazil
      Legal
      • Terms
      • Privacy
      • Open Source License
      • Cookie Policy
      Social Communications
      • Facebook
      • Instagram
      • Twitter
      • YouTube
      • Buzzsprout
      • Rss
      • Linkedin
      • System Status
      • Site Map
      • System Status
      • Site Map
      • facebook
      • instagram
      • twitter
      • youtube
      • buzzsprout
      • rss
      • linkedin

      Copyright © 2023 SAMSUNG. All rights reserved.