PowerManager.IOnThermalStatusChangedListener.OnThermalStatusChanged Method

Definition

Called when overall thermal throttling status changed.

[Android.Runtime.Register("onThermalStatusChanged", "(I)V", "GetOnThermalStatusChanged_IHandler:Android.OS.PowerManager/IOnThermalStatusChangedListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=29)]
public void OnThermalStatusChanged (Android.OS.ThermalStatus status);
[<Android.Runtime.Register("onThermalStatusChanged", "(I)V", "GetOnThermalStatusChanged_IHandler:Android.OS.PowerManager/IOnThermalStatusChangedListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=29)>]
abstract member OnThermalStatusChanged : Android.OS.ThermalStatus -> unit

Parameters

status
ThermalStatus

defined in android.os.Temperature.

Attributes

Remarks

Called when overall thermal throttling status changed.

Java documentation for android.os.PowerManager.OnThermalStatusChangedListener.onThermalStatusChanged(int).

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