---
title: delegate
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/skrequest/delegate
---

# delegate

The delegate of the request object.

## Declaration

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

## Discussion

Discussion The delegate must adopt the SKRequestDelegate protocol, although most subclasses of SKRequest provide a more specific protocol to implement.

## See Also

### Accessing the Delegate

- [SKRequestDelegate](storekit/skrequestdelegate.md)
