IpProxyStatus

@Serializable(with = IpProxyStatusSerializer::class)
sealed interface IpProxyStatus

Sets Controls for IP Proxy of requests. Page reload is required before the new behavior will be observed.

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = IpProxyStatusSerializer::class)
data object AuthTokensUnavailable : IpProxyStatus
Link copied to clipboard
@Serializable(with = IpProxyStatusSerializer::class)
data object Available : IpProxyStatus
Link copied to clipboard
@Serializable(with = IpProxyStatusSerializer::class)
data object BypassedByDevTools : IpProxyStatus
Link copied to clipboard
@Serializable(with = IpProxyStatusSerializer::class)
data object FeatureNotEnabled : IpProxyStatus
Link copied to clipboard
@Serializable(with = IpProxyStatusSerializer::class)
data object MaskedDomainListNotEnabled : IpProxyStatus
Link copied to clipboard
@Serializable(with = IpProxyStatusSerializer::class)
data object MaskedDomainListNotPopulated : IpProxyStatus
Link copied to clipboard
@Serializable(with = IpProxyStatusSerializer::class)
data class NotDefinedInProtocol(val value: String) : IpProxyStatus

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

Link copied to clipboard
@Serializable(with = IpProxyStatusSerializer::class)
data object Unavailable : IpProxyStatus