-
public final class HeavyAdIssueDetails
-
-
Field Summary
Fields Modifier and Type Field Description private final HeavyAdResolutionStatusresolutionprivate final HeavyAdReasonreasonprivate final AffectedFrameframe
-
Constructor Summary
Constructors Constructor Description HeavyAdIssueDetails(HeavyAdResolutionStatus resolution, HeavyAdReason reason, AffectedFrame frame)
-
Method Summary
Modifier and Type Method Description final HeavyAdResolutionStatuscomponent1()final HeavyAdReasoncomponent2()final AffectedFramecomponent3()final HeavyAdIssueDetailscopy(HeavyAdResolutionStatus resolution, HeavyAdReason reason, AffectedFrame frame)final HeavyAdResolutionStatusgetResolution()The resolution status, either blocking the content or warning. final HeavyAdReasongetReason()The reason the ad was blocked, total network or cpu or peak cpu. final AffectedFramegetFrame()The frame that was blocked. -
-
Constructor Detail
-
HeavyAdIssueDetails
HeavyAdIssueDetails(HeavyAdResolutionStatus resolution, HeavyAdReason reason, AffectedFrame frame)
-
-
Method Detail
-
component1
final HeavyAdResolutionStatus component1()
-
component2
final HeavyAdReason component2()
-
component3
final AffectedFrame component3()
-
copy
final HeavyAdIssueDetails copy(HeavyAdResolutionStatus resolution, HeavyAdReason reason, AffectedFrame frame)
-
getResolution
final HeavyAdResolutionStatus getResolution()
The resolution status, either blocking the content or warning.
-
getReason
final HeavyAdReason getReason()
The reason the ad was blocked, total network or cpu or peak cpu.
-
getFrame
final AffectedFrame getFrame()
The frame that was blocked.
-
-
-
-