• 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
    • 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
    • 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 (100)
      • DOCS
      • 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.TotalBilirubin

      overview package class tree deprecated index 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. healthconstants.common healthconstants.discretemeasurement total bilirubin data has the following properties. see more common properties by spreading this section out. property name description healthconstants.totalbilirubin.uuid [mandatory] data's unique id, assigned by the system when a new data is inserted healthconstants.totalbilirubin.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.totalbilirubin.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.totalbilirubin.package_name [mandatory] package name which provides data, assigned by the system when a new data is inserted healthconstants.totalbilirubin.device_uuid [mandatory] device identifier which provides the health data healthconstants.totalbilirubin.start_time [mandatory] utc milliseconds when the measurement is started healthconstants.totalbilirubin.time_offset [mandatory] time offset in milliseconds which considers the time zone and daylight saving time healthconstants.totalbilirubin.total_bilirubin [mandatory] measured total bilirubin in mg/dl healthconstants.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

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

      api

      HealthConstants.TotalCholesterol

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

      api

      HealthConstants.TotalProtein

      overview package class tree deprecated index com.samsung.android.sdk.healthdata interface healthconstants.totalprotein all superinterfaces: healthconstants.common, healthconstants.discretemeasurement enclosing class: healthconstants public static interface healthconstants.totalprotein extends healthconstants.discretemeasurement this interface defines total protein data of the user. properties properties of the following extending interfaces are available for this data type. healthconstants.common healthconstants.discretemeasurement total protein data has the following properties. see more common properties by spreading this section out. property name description healthconstants.totalprotein.uuid [mandatory] data's unique id, assigned by the system when a new data is inserted healthconstants.totalprotein.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.totalprotein.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.totalprotein.package_name [mandatory] package name which provides data, assigned by the system when a new data is inserted healthconstants.totalprotein.device_uuid [mandatory] device identifier which provides the health data healthconstants.totalprotein.start_time [mandatory] utc milliseconds when the measurement is started healthconstants.totalprotein.time_offset [mandatory] time offset in milliseconds which considers the time zone and daylight saving time healthconstants.totalprotein.total_protein [mandatory] amount of the proteins albumin and globulin in g/dl healthconstants.totalprotein.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 protein data. static string total_protein amount of the proteins albumin and globulin in g/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_protein static final string total_protein amount of the proteins albumin and 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 total protein data. use "com.samsung.health.total_protein" 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.TotalProtein.html
      1. Develop
      2. Health

      api

      HealthConstants.Triglyceride

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

      api

      HealthConstants.Uph

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

      api

      HealthConstants.Usg

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

      api

      HealthConstants.WaistCircumference

      overview package class tree deprecated index com.samsung.android.sdk.healthdata interface healthconstants.waistcircumference all superinterfaces: healthconstants.common, healthconstants.discretemeasurement enclosing class: healthconstants public static interface healthconstants.waistcircumference extends healthconstants.discretemeasurement this interface defines waist circumference data of the user. properties properties of the following extending interfaces are available for this data type. healthconstants.common healthconstants.discretemeasurement waist circumference data has the following properties. see more common properties by spreading this section out. property name description healthconstants.waistcircumference.uuid [mandatory] data's unique id, assigned by the system when a new data is inserted healthconstants.waistcircumference.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.waistcircumference.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.waistcircumference.package_name [mandatory] package name which provides data, assigned by the system when a new data is inserted healthconstants.waistcircumference.device_uuid [mandatory] device identifier which provides the health data healthconstants.waistcircumference.start_time [mandatory] utc milliseconds when the measurement is started healthconstants.waistcircumference.time_offset [mandatory] time offset in milliseconds which considers the time zone and daylight saving time healthconstants.waistcircumference.waist_circum [mandatory] measured waist circumference in centimeters healthconstants.waistcircumference.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 waist circumference data. static string waist_circum measured waist circumference in centimeters. 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 waist_circum static final string waist_circum measured waist circumference in centimeters. mandatory type: float value range: 10 ~ 200 since: 1.3.0 see also: constant field values health_data_type static final string health_data_type data type name for waist circumference data. use "com.samsung.health.waist_circum" 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.WaistCircumference.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
      1. Develop
      2. Health

      api

      HealthConstants.Height

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