chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.security.events / SecurityEvent / VisibleSecurityStateChangedEvent

VisibleSecurityStateChangedEvent

data class VisibleSecurityStateChangedEvent : SecurityEvent

The security state of the page changed.

Official doc

Constructors

<init>

The security state of the page changed.

VisibleSecurityStateChangedEvent(visibleSecurityState: VisibleSecurityState)

Properties

visibleSecurityState

Security state information about the page.

val visibleSecurityState: VisibleSecurityState