AssetUri

data class AssetUri(val value: String, val targeting: Targeting? = null)

One candidate URI for an asset, with optional targeting (mirrors the TS AssetUri). Selected by Asset.resolveUri.

Constructors

Link copied to clipboard
constructor(value: String, targeting: Targeting? = null)

Properties

Link copied to clipboard

The devices this candidate is for; null makes it the untargeted default.

Link copied to clipboard

The media URL of this candidate.