Enumeration: UIDeviceBatteryState

Overview

The battery power state of the device.

Constant Summary

UIDeviceBatteryStateUnknown

The battery state for the device cannot be determined.available in ios 3.0 and later.declared in uidevice.h.

UIDeviceBatteryStateUnplugged

The device is not plugged into power; the battery is discharging.available in ios 3.0 and later.declared in uidevice.h.

UIDeviceBatteryStateCharging

The device is plugged into power and the battery is less than 100% charged.available in ios 3.0 and later.declared in uidevice.h.

UIDeviceBatteryStateFull

The device is plugged into power and the battery is 100% charged.available in ios 3.0 and later.declared in uidevice.h.