Session State
Lifecycle states of a page session.
acquire → initialize → navigate → settle → operate → close → release
Entries
Link copied to clipboard
Session object exists but PageSession.initialize has not run yet.
Link copied to clipboard
The underlying WebView has been created and is ready to navigate.
Link copied to clipboard
A navigation is in flight.
Link copied to clipboard
Torn down; any further use throws ErrorCode.DETACHED.
Properties
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.