---
title: charging
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetcarpowerlevelstatusintentresponse/charging-7aamu
---

# charging

A Boolean value that indicates whether the electric vehicle is currently charging.

## Declaration

```occ
@property (nonatomic, copy, readwrite, nullable) NSNumber * charging;
```

```occ
@property (atomic, copy, readwrite, nullable) NSNumber * charging;
```

## Discussion

Discussion Typically, you assign a value to this property only after handling the intent.

## See Also

### Providing the Charge Status

- [activeConnector](intents/ingetcarpowerlevelstatusintentresponse/activeconnector.md)
- [minutesToFull](intents/ingetcarpowerlevelstatusintentresponse/minutestofull-25vcb.md)
- [dateOfLastStateUpdate](intents/ingetcarpowerlevelstatusintentresponse/dateoflaststateupdate.md)
