SetCookieBlockedReason

Types of reasons why a cookie may not be stored from a response.

Entries

Link copied to clipboard
@SerialName(value = "SecureOnly")
SECUREONLY
Link copied to clipboard
@SerialName(value = "SameSiteStrict")
SAMESITESTRICT
Link copied to clipboard
@SerialName(value = "SameSiteLax")
SAMESITELAX
Link copied to clipboard
@SerialName(value = "SameSiteUnspecifiedTreatedAsLax")
SAMESITEUNSPECIFIEDTREATEDASLAX
Link copied to clipboard
@SerialName(value = "SameSiteNoneInsecure")
SAMESITENONEINSECURE
Link copied to clipboard
@SerialName(value = "UserPreferences")
USERPREFERENCES
Link copied to clipboard
@SerialName(value = "ThirdPartyPhaseout")
THIRDPARTYPHASEOUT
Link copied to clipboard
@SerialName(value = "ThirdPartyBlockedInFirstPartySet")
THIRDPARTYBLOCKEDINFIRSTPARTYSET
Link copied to clipboard
@SerialName(value = "SyntaxError")
SYNTAXERROR
Link copied to clipboard
@SerialName(value = "SchemeNotSupported")
SCHEMENOTSUPPORTED
Link copied to clipboard
@SerialName(value = "OverwriteSecure")
OVERWRITESECURE
Link copied to clipboard
@SerialName(value = "InvalidDomain")
INVALIDDOMAIN
Link copied to clipboard
@SerialName(value = "InvalidPrefix")
INVALIDPREFIX
Link copied to clipboard
@SerialName(value = "UnknownError")
UNKNOWNERROR
Link copied to clipboard
@SerialName(value = "SchemefulSameSiteStrict")
SCHEMEFULSAMESITESTRICT
Link copied to clipboard
@SerialName(value = "SchemefulSameSiteLax")
SCHEMEFULSAMESITELAX
Link copied to clipboard
@SerialName(value = "SchemefulSameSiteUnspecifiedTreatedAsLax")
SCHEMEFULSAMESITEUNSPECIFIEDTREATEDASLAX
Link copied to clipboard
@SerialName(value = "SamePartyFromCrossPartyContext")
SAMEPARTYFROMCROSSPARTYCONTEXT
Link copied to clipboard
@SerialName(value = "SamePartyConflictsWithOtherAttributes")
SAMEPARTYCONFLICTSWITHOTHERATTRIBUTES
Link copied to clipboard
@SerialName(value = "NameValuePairExceedsMaxSize")
NAMEVALUEPAIREXCEEDSMAXSIZE
Link copied to clipboard
@SerialName(value = "DisallowedCharacter")
DISALLOWEDCHARACTER
Link copied to clipboard
@SerialName(value = "NoCookieContent")
NOCOOKIECONTENT

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.