-
@Deprecated(message = accompanist/web is deprecated and the API is no longer maintained. We recommend forking the implementation and customising it to your needs. For more information please visit https://google.github.io/accompanist/web ) 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.
-