Loading

data class Loading(val progress: Float, val mainFrameLoaded: Boolean, val isUserForceRefresh: Boolean) : TWSLoadingState

Describes a WebView.progress for all resources and page

Constructors

Link copied to clipboard
constructor(progress: Float, mainFrameLoaded: Boolean, isUserForceRefresh: Boolean)

Properties

Link copied to clipboard

True if the load was initiated by the user explicitly refreshing the page.

Link copied to clipboard

Describes a loading state between onPageStarted and onPageFinished events

Link copied to clipboard

Current load progress (typically 0.0 to 1.0), provided by the webview.