BatteryStatus.ChargingState
public static final enum BatteryStatus.ChargingState extends Enum
EnumItems
Name | Description |
---|---|
CHARGING
|
|
NOT_CHARGING
|
Methods
values
public static ChargingState values()
ReturnValue
Name | Description |
---|---|
ChargingState
|
valueOf
public static ChargingState valueOf(String name)
Parameters
Name | Description |
---|---|
String name
|
ReturnValue
Name | Description |
---|---|
ChargingState
|