• 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.Amylase

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

      api

      HealthConstants.Ast

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

      api

      HealthConstants.BodyFat

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

      api

      HealthConstants.BodyMuscle

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

      api

      HealthConstants.BodyTemperature

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