Language

PowerManager.ThermalHeadroomChangedEventArgs Constructor

Definition

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.

Applies to