AssetWithIdNotFound

data class AssetWithIdNotFound(val assetId: String) : AdError

SDK cannot find the asset with the passed id.

Occurs when AdTapEvent.TapAsset is used and the SDK cannot find the asset with the passed id.

Parameters

assetId

Passed asset id into AdTapEvent.TapAsset.

Constructors

Link copied to clipboard
constructor(assetId: String)

Properties

Link copied to clipboard
Link copied to clipboard

Short error description.