ExemptedSetCookieWithReason

@Serializable
data class ExemptedSetCookieWithReason(val exemptionReason: CookieExemptionReason, val cookie: Cookie)

A cookie should have been blocked by 3PCD but is exempted and stored from a response with the corresponding reason. A cookie could only have at most one exemption reason.

Official doc

Constructors

Link copied to clipboard
constructor(exemptionReason: CookieExemptionReason, cookie: Cookie)

Properties

Link copied to clipboard

The cookie object representing the cookie.

Link copied to clipboard

The reason the cookie was exempted.