InsightType

@Serializable(with = InsightTypeSerializer::class)
sealed interface InsightType

Represents the category of insight that a cookie issue falls under.

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = InsightTypeSerializer::class)
data object GitHubResource : InsightType
Link copied to clipboard
@Serializable(with = InsightTypeSerializer::class)
data object GracePeriod : InsightType
Link copied to clipboard
@Serializable(with = InsightTypeSerializer::class)
data object Heuristics : InsightType
Link copied to clipboard
@Serializable(with = InsightTypeSerializer::class)
data class NotDefinedInProtocol(val value: String) : InsightType

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