Save the date! Android Dev Summit is coming to Sunnyvale, CA on Oct 23-24, 2019.

PowerManager.ThermalStatusCallback

public static abstract class PowerManager.ThermalStatusCallback
extends Object

java.lang.Object
   ↳ android.os.PowerManager.ThermalStatusCallback


Callback passed to PowerManager#registerThermalStatusCallback and PowerManager#unregisterThermalStatusCallback to notify caller of thermal status.

Summary

Public constructors

PowerManager.ThermalStatusCallback()

Public methods

void onStatusChange(int status)

Called when overall thermal throttling status changed.

Inherited methods

Public constructors

PowerManager.ThermalStatusCallback

public PowerManager.ThermalStatusCallback ()

Public methods