AdFrameStatus

@Serializable
data class AdFrameStatus(val adFrameType: AdFrameType, val explanations: List<AdFrameExplanation>? = null)(source)

Indicates whether a frame has been identified as an ad and why.

Official doc

Constructors

Link copied to clipboard
constructor(adFrameType: AdFrameType, explanations: List<AdFrameExplanation>? = null)

Properties

Link copied to clipboard
Link copied to clipboard