com.samsung.sdk.sperf

Interface SPerfListener



  • public interface SPerfListener
    This class defines a listener for notifications about the device's thermal status.
    Not supported in the current API version.
    • Method Detail

      • onHighTempWarning

        void onHighTempWarning(int warningLevel)
        Called when device temperature is high.
        Parameters:
        warningLevel - Temperature warning level:
        0: Low device temperature. The setLevelWithScene() method can be enabled.
        1: Thermal throttling is imminent.
        2: High device temperature. Performance boosting can no longer be guaranteed. The setLevelWithScene() method is released and disabled.
      • onReleasedByTimeout

        void onReleasedByTimeout()
        Called when the setLevelWithScene() method is released by timeout.
        The setLevelWithScene() method is released automatically after 10 minutes.