AdFrameStatus

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

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard