---
title: assetListResponseStatusDidChangeNotification
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avplayerinterstitialeventmonitor/assetlistresponsestatusdidchangenotification
---

# assetListResponseStatusDidChangeNotification

A notification the system posts when the status of an interstitial event’s asset list response changes.

## Declaration

```swift
class let assetListResponseStatusDidChangeNotification: NSNotification.Name
```

## Discussion

Discussion Notifications of this type provide a userInfo dictionary that can contain values for the keys listed below.

## Topics

### User information keys

- [assetListResponseStatusDidChangeEventKey](avfoundation/avplayerinterstitialeventmonitor/assetlistresponsestatusdidchangeeventkey.md)
- [assetListResponseStatusDidChangeStatusKey](avfoundation/avplayerinterstitialeventmonitor/assetlistresponsestatusdidchangestatuskey.md)
- [assetListResponseStatusDidChangeErrorKey](avfoundation/avplayerinterstitialeventmonitor/assetlistresponsestatusdidchangeerrorkey.md)

## See Also

### Monitoring the asset list response

- [AVPlayerInterstitialEventAssetListResponseStatus](avfoundation/avplayerinterstitialeventassetlistresponsestatus.md)
