public class HeavyAdIssueDetails extends Object
| Constructor and Description |
|---|
HeavyAdIssueDetails() |
| Modifier and Type | Method and Description |
|---|---|
AffectedFrame |
getFrame()
The frame that was blocked.
|
HeavyAdReason |
getReason()
The reason the ad was blocked, total network or cpu or peak cpu.
|
HeavyAdResolutionStatus |
getResolution()
The resolution status, either blocking the content or warning.
|
void |
setFrame(AffectedFrame frame)
The frame that was blocked.
|
void |
setReason(HeavyAdReason reason)
The reason the ad was blocked, total network or cpu or peak cpu.
|
void |
setResolution(HeavyAdResolutionStatus resolution)
The resolution status, either blocking the content or warning.
|
public HeavyAdResolutionStatus getResolution()
public void setResolution(HeavyAdResolutionStatus resolution)
public HeavyAdReason getReason()
public void setReason(HeavyAdReason reason)
public AffectedFrame getFrame()
public void setFrame(AffectedFrame frame)
Copyright © 2021 Kenan Klisura. All rights reserved.