Sensor.StringTypeTemperature Field

Definition

Caution

deprecated

A constant string describing a temperature sensor type

[Android.Runtime.Register("STRING_TYPE_TEMPERATURE")]
[System.Obsolete("deprecated")]
public const string StringTypeTemperature;
[<Android.Runtime.Register("STRING_TYPE_TEMPERATURE")>]
[<System.Obsolete("deprecated")>]
val mutable StringTypeTemperature : string

Field Value

Attributes

Remarks

A constant string describing a temperature sensor type

This member is deprecated. use android.hardware.Sensor#STRING_TYPE_AMBIENT_TEMPERATURE Sensor.STRING_TYPE_AMBIENT_TEMPERATURE instead.

Java documentation for android.hardware.Sensor.STRING_TYPE_TEMPERATURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to