-
public class LoadingState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLoadingState.InitializingDescribes a WebView that has not yet loaded for the first time.
public final classLoadingState.LoadingDescribes a webview between
onPageStartedandonPageFinishedevents, contains a progress property which is updated by the webview.public classLoadingState.FinishedDescribes a webview that has finished loading content.
-