NavigationResult

The outcome of a navigation.

settled is the honest part: false means the ceiling was reached with work still in flight, and whatever the page had at that moment is still readable.

Properties

Link copied to clipboard

False means the ceiling was reached before dev.webdroid.WaitUntil was satisfied.

Link copied to clipboard
val status: Int?

The HTTP status of the main document, or null if it never arrived.

Link copied to clipboard
val url: String

The document actually loaded, which after a redirect is not the requested URL.