---
title: assetListResponse
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayerinterstitialevent/assetlistresponse
---

# assetListResponse

The asset list JSON response as a dictionary.

## Declaration

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

## Discussion

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 is empty, then an asset list read is expected. If this value is nil and templateItems isn’t empty, an asset list read isn’t expected.
