<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INGetCarPowerLevelStatusIntentResponse/activeConnector",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INGetCarPowerLevelStatusIntentResponse(py)activeConnector"
  },
  "title" : "activeConnector"
}
-->

# activeConnector

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

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

## Discussion

If [`charging`](/documentation/Intents/INGetCarPowerLevelStatusIntentResponse/charging-6xnqj) is <doc://com.apple.documentation/documentation/Swift/true>, set this property to the connector type that’s currently delivering charge to the vehicle. The [`supportedChargingConnectors`](/documentation/Intents/INCar/supportedChargingConnectors) array of the corresponding [`INCar`](/documentation/Intents/INCar) object must contain the value you use.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)