CookieBlockedReason

Types of reasons why a cookie may not be sent with a request.

Entries

Link copied to clipboard
@SerialName(value = "SecureOnly")
SECUREONLY
Link copied to clipboard
@SerialName(value = "NotOnPath")
NOTONPATH
Link copied to clipboard
@SerialName(value = "DomainMismatch")
DOMAINMISMATCH
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 = "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 = "NameValuePairExceedsMaxSize")
NAMEVALUEPAIREXCEEDSMAXSIZE
Link copied to clipboard
@SerialName(value = "PortMismatch")
PORTMISMATCH
Link copied to clipboard
@SerialName(value = "SchemeMismatch")
SCHEMEMISMATCH
Link copied to clipboard
@SerialName(value = "AnonymousContext")
ANONYMOUSCONTEXT

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.