| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.gsma.services.rcs.CommonServiceConfiguration.MinimumBatteryLevel | |
The minimum battery level
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CommonServiceConfiguration.MinimumBatteryLevel | NEVER_STOP | Discard minimum battery level | |||||||||
| CommonServiceConfiguration.MinimumBatteryLevel | PERCENT_10 | 10% is the minimum battery level | |||||||||
| CommonServiceConfiguration.MinimumBatteryLevel | PERCENT_20 | 20% is the minimum battery level | |||||||||
| CommonServiceConfiguration.MinimumBatteryLevel | PERCENT_5 | 5% is the minimum battery level | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| final int |
toInt()
Gets integer value associated to MinimumBatteryLevel instance
| ||||||||||
| static CommonServiceConfiguration.MinimumBatteryLevel | valueOf(String name) | ||||||||||
| static CommonServiceConfiguration.MinimumBatteryLevel |
valueOf(int value)
Returns a MinimumBatteryLevel instance for the specified integer value.
| ||||||||||
| final static MinimumBatteryLevel[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Discard minimum battery level
10% is the minimum battery level
20% is the minimum battery level
5% is the minimum battery level
Gets integer value associated to MinimumBatteryLevel instance
Returns a MinimumBatteryLevel instance for the specified integer value.
| value | the value associated to the MinimumBatteryLevel |
|---|