BatteryState

Wisej.Hybrid.Shared.Battery.BatteryState

Namespace: Wisej.Hybrid.Shared.Battery

Assembly: Wisej.Hybrid (3.5.0.0)

Describes possible states of the battery.

public enum BatteryState : Enum

Fields

NameDescription

Charging

Battery is actively being charged by a power source.

Discharging

Battery is not plugged in and discharging.

Full

Battery is full.

NotCharging

Battery is not charging or discharging, but in an inbetween state.

NotPresent

Battery does not exist on the device.

Unknown

Battery state could not be determined.

Used By

NameDescription

Gets the current state of the battery, indicating if it is charging or full.

Last updated