Package 

Class LoadingState


  • @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
    
                        

    Sealed class for constraining possible loading states. See Loading and Finished.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class LoadingState.Initializing

      Describes a WebView that has not yet loaded for the first time.

      public final class LoadingState.Loading

      Describes a webview between onPageStarted and onPageFinished events, contains a progress property which is updated by the webview.

      public class LoadingState.Finished

      Describes a webview that has finished loading content.