HeavyAdIssueDetails

@Serializable
data class HeavyAdIssueDetails(val resolution: HeavyAdResolutionStatus, val reason: HeavyAdReason, val frame: AffectedFrame)

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(resolution: HeavyAdResolutionStatus, reason: HeavyAdReason, frame: AffectedFrame)

Properties

Link copied to clipboard

The frame that was blocked.

Link copied to clipboard

The reason the ad was blocked, total network or cpu or peak cpu.

Link copied to clipboard

The resolution status, either blocking the content or warning.