---
title: delegate
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/neapppushmanager/delegate
---

# delegate

A delegate that receives incoming call information from the provider.

## Declaration

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

## See Also

### Working with a delegate

- [NEAppPushDelegate](networkextension/neapppushdelegate.md)
