PowerManager.ThermalHeadroomChangedEventArgs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PowerManager.ThermalHeadroomChangedEventArgs class.
public ThermalHeadroomChangedEventArgs(float headroom, float forecastHeadroom, int forecastSeconds, System.Collections.Generic.IDictionary<Java.Lang.Integer,Java.Lang.Float> thresholds);
new Android.OS.PowerManager.ThermalHeadroomChangedEventArgs : single * single * int * System.Collections.Generic.IDictionary<Java.Lang.Integer, Java.Lang.Float> -> Android.OS.PowerManager.ThermalHeadroomChangedEventArgs
Parameters
- headroom
- Single
The current thermal headroom.
- forecastHeadroom
- Single
The forecast thermal headroom.
- forecastSeconds
- Int32
The forecast horizon, in seconds.
- thresholds
- IDictionary<Integer,Float>
The thermal headroom thresholds.