TransitionFlags

Transition qualifiers. Any of the core values above can be augmented by one or more qualifiers. These qualifiers further define the transition.

Entries

Link copied to clipboard

Attempted to visit a URL but was blocked.

Link copied to clipboard

Used the Forward or Back function to navigate among browsing history.

Link copied to clipboard

The beginning of a navigation chain.

Link copied to clipboard

The last transition in a redirect chain.

Link copied to clipboard

Redirects caused by JavaScript or a meta refresh tag on the page.

Link copied to clipboard

Redirects sent from the server by HTTP headers.

Functions

Link copied to clipboard
open fun getValue(): Int
Returns the integer representation of the enum.
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. This method may be used to iterate over the constants.