ChargingState
public enum ChargingState
Describes the current battery charging state.
-
The battery is being charged via the tag’s USB port.
Declaration
Swift
case charging -
The battery is not being charged.
Declaration
Swift
case notCharging
View on GitHub
ChargingState Enumeration Reference