Class AppStateManagerConfiguration
-
- 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
- Returns:
performanceModeBatterySavingThreshold value
-
getPerformanceModeDefault
@NonNull() String getPerformanceModeDefault()
Get performanceModeDefault. The default performance mode of the SDK Default is "HighPerformance"
- Returns:
performanceModeDefault value
-
getPerformanceModeForced
@NonNull() String getPerformanceModeForced()
Get performanceModeForced. With this configuration item, a specific performance mode can be forced Default is "Unknown"
- Returns:
performanceModeForced value
-
-
-
-