BrokenSiteData

data class BrokenSiteData(val url: String, val blockedTrackers: String, val surrogates: String, val upgradedToHttps: Boolean, val urlParametersRemoved: Boolean, val consentManaged: Boolean, val consentOptOutFailed: Boolean, val consentSelfTestFailed: Boolean, val errorCodes: List<String>, val httpErrorCodes: String, val isDesktopMode: Boolean, val reportFlow: BrokenSiteData.ReportFlow, val userRefreshCount: Int, val openerContext: BrokenSiteOpenerContext?, val jsPerformance: DoubleArray?)

Constructors

Link copied to clipboard
constructor(url: String, blockedTrackers: String, surrogates: String, upgradedToHttps: Boolean, urlParametersRemoved: Boolean, consentManaged: Boolean, consentOptOutFailed: Boolean, consentSelfTestFailed: Boolean, errorCodes: List<String>, httpErrorCodes: String, isDesktopMode: Boolean, reportFlow: BrokenSiteData.ReportFlow, userRefreshCount: Int, openerContext: BrokenSiteOpenerContext?, jsPerformance: DoubleArray?)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String
Link copied to clipboard
Link copied to clipboard