LoadingEnd

data class LoadingEnd(val success: Boolean, var reason: String?) : LoadingState

The current main-frame navigation has finished.

Constructors

Link copied to clipboard
constructor(success: Boolean, reason: String?)

Properties

Link copied to clipboard

A platform-specific failure reason. This is usually null when success is true.

Link copied to clipboard

true when the navigation completed successfully, false when the native engine reported an error.