---
title: activeConnector
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetcarpowerlevelstatusintentresponse/activeconnector
---

# activeConnector

The type of connector that’s currently delivering charge to the electric vehicle’s battery.

## Declaration

```swift
var activeConnector: INCar.ChargingConnectorType? { get set }
```

## Discussion

Discussion If charging is true, set this property to the connector type that’s currently delivering charge to the vehicle. The supportedChargingConnectors array of the corresponding INCar object must contain the value you use.

## See Also

### Providing the Charge Status

- [charging](intents/ingetcarpowerlevelstatusintentresponse/charging-6xnqj.md)
- [minutesToFull](intents/ingetcarpowerlevelstatusintentresponse/minutestofull-2kbt6.md)
- [dateOfLastStateUpdate](intents/ingetcarpowerlevelstatusintentresponse/dateoflaststateupdate.md)
