-
- All Implemented Interfaces:
public class AppStateManagerConfiguration extends ConfigurationSection
-
-
Method Summary
Modifier and Type Method Description float
getPerformanceModeBatterySavingThreshold()
Get performanceModeBatterySavingThreshold. String
getPerformanceModeDefault()
Get performanceModeDefault. String
getPerformanceModeForced()
Get performanceModeForced. -
-
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
-
getPerformanceModeForced
@NonNull() String getPerformanceModeForced()
Get performanceModeForced. With this configuration item, a specific performance mode can be forced
-
-
-
-