---
title: NEAppPushDelegate
framework: networkextension
role: symbol
role_heading: Protocol
path: networkextension/neapppushdelegate
---

# NEAppPushDelegate

A protocol that defines how an app push manager instance interacts with the framework.

## Declaration

```swift
protocol NEAppPushDelegate : NSObjectProtocol
```

## Topics

### Receiving calls

- [appPushManager(_:didReceiveIncomingCallWithUserInfo:)](networkextension/neapppushdelegate/apppushmanager(_:didreceiveincomingcallwithuserinfo:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Working with a delegate

- [delegate](networkextension/neapppushmanager/delegate.md)
