Thermometer

Last Updated On 2021-07-16

Version 1MinSDK 7Tutorial Video

A sensor component that can measure the ambient (external) temperature. Most Android devices do not have this sensor.


Properties

You can set the below properties in the UI part of the builder.

  • Enabled - it's a boolean value which is set to true by default.
  • RefreshTime - it's a non negative integer value which is set to 1000 by default.

Block Properties

You can set the below blocks properties in the blocks section of the builder.

Available

Specifies whether or not the device has the hardware to support the Thermometer component.


Enabled

If enabled, then device will listen for changes.


RefreshTime

The requested minimum time in milliseconds between changes in readings being reported. Android is not guaranteed to honor the request. Setting this property has no effect on pre-Gingerbread devices.


Temperature

The temperature in degrees Celsius, if the sensor is available and enabled



Events

You can set the below event blocks in the blocks section of the builder.

TemperatureChanged

Called when a change is detected in the temperature (in degrees Celsius).