---
title: delegate
framework: coretelephony
role: symbol
role_heading: Instance Property
path: coretelephony/ctsubscriber/delegate
---

# delegate

A delegate that receives updates on the subscriber information.

## Declaration

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