> ## Documentation Index
> Fetch the complete documentation index at: https://primer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# delegate

Set the `delegate` in order to receive callbacks from Primer SDK. It can also be set with start function.

```swift SWIFT theme={"dark"}
weak var delegate: PrimerHeadlessUniversalCheckoutDelegate?
```
