---
title: delegate
framework: callkit
role: symbol
role_heading: Instance Property
path: callkit/cxcalldirectoryextensioncontext/delegate
---

# delegate

Sets a delegate that can handle request failures for the Call Directory extension context object.

## Declaration

```swift
weak var delegate: (any CXCallDirectoryExtensionContextDelegate)? { get set }
```
