com.samsung.android.service.health.tracking.data

Class ValueKey.SkinTemperatureSet

  • java.lang.Object
    • com.samsung.android.service.health.tracking.data.ValueKey.SkinTemperatureSet
    • Field Detail

      • OBJECT_TEMPERATURE

        public static final ValueKey<Float> OBJECT_TEMPERATURE
        Temperature of an object contacted with the Galaxy Watch.
        The value is in Celsius.
        Since:
        1.2.0
      • AMBIENT_TEMPERATURE

        public static final ValueKey<Float> AMBIENT_TEMPERATURE
        Ambient temperature around the Galaxy Watch.
        The value is in Celsius.
        Since:
        1.2.0
      • STATUS

        public static ValueKey<Integer> STATUS
        Status flag for temperature measurement.

        The available values are:

          Status value Description
          -1 Error
          0 Normal

        Since:
        1.2.0
    • Constructor Detail

      • SkinTemperatureSet

        public SkinTemperatureSet()