ThermalStatus enum

Thermal statuses of the device.

Inheritance

Constructors

ThermalStatus()
const

Values

none → const ThermalStatus

The device is operating nominally with no throttling.

light → const ThermalStatus

The device is throttling where UX is not impacted.

moderate → const ThermalStatus

The device is throttling where UX is not largely impacted. Android only.

severe → const ThermalStatus

The device is throttling where UX is impacted.

critical → const ThermalStatus

The device is throttling where everything is being done to reduce power.

emergency → const ThermalStatus

Key components in the platform are shutting down. Android only.

shutdown → const ThermalStatus

The device is shutting down immediately. Android only.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ThermalStatus>
A constant List of the values in this enum, in order of their declaration.