MixedContentResolutionStatus

@Serializable(with = MixedContentResolutionStatusSerializer::class)
sealed interface MixedContentResolutionStatus

(undocumented in the protocol definition)

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = MixedContentResolutionStatusSerializer::class)
data object MixedContentAutomaticallyUpgraded : MixedContentResolutionStatus
Link copied to clipboard
@Serializable(with = MixedContentResolutionStatusSerializer::class)
data object MixedContentBlocked : MixedContentResolutionStatus
Link copied to clipboard
@Serializable(with = MixedContentResolutionStatusSerializer::class)
data object MixedContentWarning : MixedContentResolutionStatus
Link copied to clipboard
@Serializable(with = MixedContentResolutionStatusSerializer::class)
data class NotDefinedInProtocol(val value: String) : MixedContentResolutionStatus

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).