-
public final class LoadingState.Loading extends LoadingState
Describes a webview between
onPageStartedandonPageFinishedevents, contains a progress property which is updated by the webview.
-
-
Constructor Summary
Constructors Constructor Description LoadingState.Loading(Float progress)
-
Method Summary
Modifier and Type Method Description final FloatgetProgress()-
-
Constructor Detail
-
LoadingState.Loading
LoadingState.Loading(Float progress)
-
-
Method Detail
-
getProgress
final Float getProgress()
-
-
-
-