-
- All Implemented Interfaces:
public class PerformanceMode.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
UNKNOWN
private final Integer
HIGH_PERFORMANCE
private final Integer
BATTERY_SAVING
public final static PerformanceMode.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final Integer
getUNKNOWN()
final Integer
getHIGH_PERFORMANCE()
final Integer
getBATTERY_SAVING()
-
-
Method Detail
-
getUNKNOWN
final Integer getUNKNOWN()
-
getHIGH_PERFORMANCE
final Integer getHIGH_PERFORMANCE()
-
getBATTERY_SAVING
final Integer getBATTERY_SAVING()
-
-
-
-