MediaSelectFailed

data class MediaSelectFailed(val slotId: String, val availableMimes: List<String>, val candidateCount: Int) : VastObservabilityEvent

Emitted when VAST media files exist but none are playable by the module.

Constructors

Link copied to clipboard
constructor(slotId: String, availableMimes: List<String>, candidateCount: Int)

Properties

Link copied to clipboard

MIME types present in the candidate media files.

Link copied to clipboard

Number of candidate media files considered.

Link copied to clipboard
open override val slotId: String

SDK ad slot identifier associated with the request.