CookieExclusionReason

Entries

Link copied to clipboard
@SerialName(value = "ExcludeSameSiteUnspecifiedTreatedAsLax")
EXCLUDESAMESITEUNSPECIFIEDTREATEDASLAX
Link copied to clipboard
@SerialName(value = "ExcludeSameSiteNoneInsecure")
EXCLUDESAMESITENONEINSECURE
Link copied to clipboard
@SerialName(value = "ExcludeSameSiteLax")
EXCLUDESAMESITELAX
Link copied to clipboard
@SerialName(value = "ExcludeSameSiteStrict")
EXCLUDESAMESITESTRICT
Link copied to clipboard
@SerialName(value = "ExcludeInvalidSameParty")
EXCLUDEINVALIDSAMEPARTY
Link copied to clipboard
@SerialName(value = "ExcludeSamePartyCrossPartyContext")
EXCLUDESAMEPARTYCROSSPARTYCONTEXT
Link copied to clipboard
@SerialName(value = "ExcludeDomainNonASCII")
EXCLUDEDOMAINNONASCII
@SerialName(value = "ExcludeThirdPartyCookieBlockedInFirstPartySet")
EXCLUDETHIRDPARTYCOOKIEBLOCKEDINFIRSTPARTYSET
Link copied to clipboard
@SerialName(value = "ExcludeThirdPartyPhaseout")
EXCLUDETHIRDPARTYPHASEOUT
Link copied to clipboard
@SerialName(value = "ExcludePortMismatch")
EXCLUDEPORTMISMATCH
Link copied to clipboard
@SerialName(value = "ExcludeSchemeMismatch")
EXCLUDESCHEMEMISMATCH

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.