Package 

Class AppStateManagerConfiguration

    • 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
    • Constructor Detail

    • Method Detail

      • getPerformanceModeBatterySavingThreshold

         float getPerformanceModeBatterySavingThreshold()

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

      • getPerformanceModeDefault

        @NonNull() String getPerformanceModeDefault()

        Get performanceModeDefault. The default performance mode of the SDK Default is "HighPerformance"

      • getPerformanceModeForced

        @NonNull() String getPerformanceModeForced()

        Get performanceModeForced. With this configuration item, a specific performance mode can be forced Default is "Unknown"