Security State Changed Event
data class SecurityStateChangedEvent(securityState: SecurityState, schemeIsCryptographic: Boolean, explanations: List<SecurityStateExplanation>, insecureContentStatus: InsecureContentStatus, summary: String?) : Event
Content copied to clipboard
The security state of the page changed.
Constructors
SecurityStateChangedEvent
Link copied to clipboard
fun SecurityStateChangedEvent(securityState: SecurityState, schemeIsCryptographic: Boolean, explanations: List<SecurityStateExplanation>, insecureContentStatus: InsecureContentStatus, summary: String? = null)
Content copied to clipboard
Functions
Properties
explanations
Link copied to clipboard
insecureContentStatus
Link copied to clipboard
schemeIsCryptographic
Link copied to clipboard
securityState
Link copied to clipboard
Sources
jvm source
Link copied to clipboard