TemperatureControlTemplate.FlagModeHeat Field

Definition

Caution

This constant will be removed in the future version. Use Android.Service.Controls.Templates.TemperatureControlTemplateFlagMode enum directly instead of this field.

Flag to indicate that the device supports heat mode.

[Android.Runtime.Register("FLAG_MODE_HEAT", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Controls.Templates.TemperatureControlTemplateFlagMode enum directly instead of this field.", true)]
public const Android.Service.Controls.Templates.TemperatureControlTemplateFlagMode FlagModeHeat = 4;
[<Android.Runtime.Register("FLAG_MODE_HEAT", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Controls.Templates.TemperatureControlTemplateFlagMode enum directly instead of this field.", true)>]
val mutable FlagModeHeat : Android.Service.Controls.Templates.TemperatureControlTemplateFlagMode

Field Value

Value = 4
Attributes

Remarks

Flag to indicate that the device supports heat mode.

Java documentation for android.service.controls.templates.TemperatureControlTemplate.FLAG_MODE_HEAT.

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