LoadEvent

Enum values used to denote the different events that happen during a #WebKitWebView load operation.

Entries

Link copied to clipboard

A new load request has been made. No data has been received yet, empty structures have been allocated to perform the load; the load may still fail due to transport issues such as not being able to resolve a name, or connect to a port.

Link copied to clipboard

A provisional data source received a server redirect.

Link copied to clipboard

The content started arriving for a page load. The necessary transport requirements are established, and the load is being performed.

Link copied to clipboard

Load completed. All resources are done loading or there was an error during the load operation.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): LoadEvent

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.