OriginTrialTokenStatus

Origin Trial(https://www.chromium.org/blink/origin-trials) support. Status for an Origin Trial token.

Entries

Link copied to clipboard
@SerialName(value = "Success")
SUCCESS
Link copied to clipboard
@SerialName(value = "NotSupported")
NOTSUPPORTED
Link copied to clipboard
@SerialName(value = "Insecure")
INSECURE
Link copied to clipboard
@SerialName(value = "Expired")
EXPIRED
Link copied to clipboard
@SerialName(value = "WrongOrigin")
WRONGORIGIN
Link copied to clipboard
@SerialName(value = "InvalidSignature")
INVALIDSIGNATURE
Link copied to clipboard
@SerialName(value = "Malformed")
MALFORMED
Link copied to clipboard
@SerialName(value = "WrongVersion")
WRONGVERSION
Link copied to clipboard
@SerialName(value = "FeatureDisabled")
FEATUREDISABLED
Link copied to clipboard
@SerialName(value = "TokenDisabled")
TOKENDISABLED
Link copied to clipboard
@SerialName(value = "FeatureDisabledForUser")
FEATUREDISABLEDFORUSER
Link copied to clipboard
@SerialName(value = "UnknownTrial")
UNKNOWNTRIAL

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.