<!--
{
  "availability" : [
    "iOS: 16.4.0 -",
    "iPadOS: 16.4.0 -",
    "macCatalyst: 16.4.0 -",
    "macOS: 13.3.0 -",
    "tvOS: 16.4.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerInterstitialEventMonitor/assetListResponseStatusDidChangeNotification",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeNotification"
  },
  "title" : "assetListResponseStatusDidChangeNotification"
}
-->

# assetListResponseStatusDidChangeNotification

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

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

## Discussion

Notifications of this type provide a <doc://com.apple.documentation/documentation/Foundation/Notification/userInfo> dictionary that can contain values for the keys listed below.

## Topics

### User information keys

[`assetListResponseStatusDidChangeEventKey`](/documentation/AVFoundation/AVPlayerInterstitialEventMonitor/assetListResponseStatusDidChangeEventKey)

A key to retrieve the interstitial event that has an asset list response status change.

[`assetListResponseStatusDidChangeStatusKey`](/documentation/AVFoundation/AVPlayerInterstitialEventMonitor/assetListResponseStatusDidChangeStatusKey)

A key to retrieve the asset list response status.

[`assetListResponseStatusDidChangeErrorKey`](/documentation/AVFoundation/AVPlayerInterstitialEventMonitor/assetListResponseStatusDidChangeErrorKey)

A key to retrieve the error related to a change in an interstitial event’s asset list response.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)