---
title: renewsExpiringResponseData
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcontentkeyrequest/renewsexpiringresponsedata
---

# renewsExpiringResponseData

A Boolean value that indicates whether the content key request renews previously provided response data.

## Declaration

```swift
var renewsExpiringResponseData: Bool { get }
```

## Discussion

Discussion The value of this property is YES if the request renews previously provided response data that is expiring or has already expired.

## See Also

### Getting content key request properties

- [identifier](avfoundation/avcontentkeyrequest/identifier.md)
- [originatingRecipient](avfoundation/avcontentkeyrequest/originatingrecipient.md)
- [canProvidePersistableContentKey](avfoundation/avcontentkeyrequest/canprovidepersistablecontentkey.md)
- [error](avfoundation/avcontentkeyrequest/error.md)
- [initializationData](avfoundation/avcontentkeyrequest/initializationdata.md)
- [status](avfoundation/avcontentkeyrequest/status-swift.property.md)
- [AVContentKeyRequest.Status](avfoundation/avcontentkeyrequest/status-swift.enum.md)
