---
title: preloadsEligibleContentKeys
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avassetresourceloader/preloadseligiblecontentkeys
---

# preloadsEligibleContentKeys

A Boolean value that indicates whether content keys will be loaded as quickly as possible.

## Declaration

```swift
var preloadsEligibleContentKeys: Bool { get set }
```

## Discussion

Discussion Set this property to true to load eligible keys. This may result in network activity. All work done as a result of setting this property to true is performed asynchronously.
