<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CallKit",
  "identifier" : "/documentation/CallKit/CXCallDirectoryManager/EnabledStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "CallKit"
    ],
    "preciseIdentifier" : "c:@E@CXCallDirectoryEnabledStatus"
  },
  "title" : "CXCallDirectoryManager.EnabledStatus"
}
-->

# CXCallDirectoryManager.EnabledStatus

The enabled status of a Call Directory app extension, as reported by the [`getEnabledStatusForExtension(withIdentifier:completionHandler:)`](/documentation/CallKit/CXCallDirectoryManager/getEnabledStatusForExtension(withIdentifier:completionHandler:)) method.

```
enum EnabledStatus
```

## Topics

### Constants

[`CXCallDirectoryEnabledStatusUnknown`](/documentation/CallKit/CXCallDirectoryManager/EnabledStatus/unknown)

Indicates that the enabled status for the extension is unknown.

[`CXCallDirectoryEnabledStatusDisabled`](/documentation/CallKit/CXCallDirectoryManager/EnabledStatus/disabled)

Indicates that the extension is disabled.

[`CXCallDirectoryEnabledStatusEnabled`](/documentation/CallKit/CXCallDirectoryManager/EnabledStatus/enabled)

Indicates that the extension is enabled.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

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)