AssetList

data class AssetList(val customAttributes: Map<String, String>) : InterstitialMappingData

Provides access to asset list-level metadata and custom attributes. Contains information from the JSON Asset List file that defines a collection of interstitial assets.

Constructors

Link copied to clipboard
constructor(customAttributes: Map<String, String>)

Properties

Link copied to clipboard
open override val customAttributes: Map<String, String>

Custom attributes from the Asset List JSON data.