<!--
{
  "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/AVPlayerInterstitialEvent/assetListResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlayerInterstitialEvent(py)assetListResponse"
  },
  "title" : "assetListResponse"
}
-->

# assetListResponse

The asset list JSON response as a dictionary.

```
var assetListResponse: [AnyHashable : any Sendable]? { get }
```

## Discussion

The value of this property is `nil` if there is no asset list loaded for the event. If this value is `nil` and the event’s [`templateItems`](/documentation/AVFoundation/AVPlayerInterstitialEvent/templateItems) is empty, then an asset list read is expected. If this value is `nil` and [`templateItems`](/documentation/AVFoundation/AVPlayerInterstitialEvent/templateItems) isn’t empty, an asset list read isn’t expected.

---

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)