Package 

Class LoadingState

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