Loading

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

Describes a WebView.progress for all resources and page

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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