pl.wendigo.chrome.api.security / SecurityStateChangedEvent

SecurityStateChangedEvent

data class SecurityStateChangedEvent : Event (source)

The security state of the page changed.

Link
Security#securityStateChanged event documentation.

Constructors

<init>

SecurityStateChangedEvent(securityState: SecurityState, schemeIsCryptographic: Boolean, explanations: List<SecurityStateExplanation>, insecureContentStatus: InsecureContentStatus, summary: String? = null)

The security state of the page changed.

Properties

explanations

val explanations: List<SecurityStateExplanation>

List of explanations for the security state. If the overall security state is insecure or warning, at least one corresponding explanation should be included.

insecureContentStatus

val insecureContentStatus: InsecureContentStatus

Information about insecure content on the page.

schemeIsCryptographic

val schemeIsCryptographic: Boolean

True if the page was loaded over cryptographic transport such as HTTPS.

securityState

val securityState: SecurityState

Security state.

summary

val summary: String?

Overrides user-visible description of the state.

Inherited Functions

protocolDomain

fun protocolDomain(): String