SetCookieControlsParameter

@Serializable
data class SetCookieControlsParameter(val enableThirdPartyCookieRestriction: Boolean, val disableThirdPartyCookieMetadata: Boolean, val disableThirdPartyCookieHeuristics: Boolean)

Constructors

Link copied to clipboard
constructor(enableThirdPartyCookieRestriction: Boolean, disableThirdPartyCookieMetadata: Boolean, disableThirdPartyCookieHeuristics: Boolean)

Properties

Link copied to clipboard

Whether 3pc heuristics exceptions should be enabled; false by default.

Link copied to clipboard

Whether 3pc grace period exception should be enabled; false by default.

Link copied to clipboard

Whether 3pc restriction is enabled.