Package 

Class MutableAppStateManagerConfiguration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setPerformanceModeBatterySavingThreshold(float arg) Set performanceModeBatterySavingThreshold.
      void setPerformanceModeDefault(@NonNull() String arg) Set performanceModeDefault.
      void setPerformanceModeForced(@NonNull() String arg) Set performanceModeForced.
      • Methods inherited from class com.pointrlabs.core.configuration.AppStateManagerConfiguration

        getPerformanceModeBatterySavingThreshold, getPerformanceModeDefault, getPerformanceModeForced
      • Methods inherited from class com.pointrlabs.core.configuration.ConfigurationSection

        isValid
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • setPerformanceModeBatterySavingThreshold

         void setPerformanceModeBatterySavingThreshold(float arg)

        Set performanceModeBatterySavingThreshold. When Battery charge goes below this percentage threshold, app performance mode will switch to battery saving Default is 0.25

      • setPerformanceModeForced

         void setPerformanceModeForced(@NonNull() String arg)

        Set performanceModeForced. With this configuration item, a specific performance mode can be forced