-
- All Implemented Interfaces:
public class MutableAppStateManagerConfiguration extends AppStateManagerConfiguration
-
-
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
-
-
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
-
setPerformanceModeDefault
void setPerformanceModeDefault(@NonNull() String arg)
Set performanceModeDefault. The default performance mode of the SDK
-
setPerformanceModeForced
void setPerformanceModeForced(@NonNull() String arg)
Set performanceModeForced. With this configuration item, a specific performance mode can be forced
-
-
-
-