---
title: policyDelegate
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webview-swift.class/policydelegate
---

# policyDelegate

The receiver’s policy delegate.

## Declaration

```swift
unowned(unsafe) var policyDelegate: (any WebPolicyDelegate)! { get set }
```

## Discussion

Discussion Conforms to the WebPolicyDelegate protocol.

## See Also

### Getting and Setting Delegates

- [downloadDelegate](webkit/webview-swift.class/downloaddelegate.md)
- [frameLoadDelegate](webkit/webview-swift.class/frameloaddelegate.md)
- [resourceLoadDelegate](webkit/webview-swift.class/resourceloaddelegate.md)
- [uiDelegate](webkit/webview-swift.class/uidelegate.md)
