Package 

Interface WebViewSettings

  • All Implemented Interfaces:

    
    public interface WebViewSettings
    
                        

    The WebView settings.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void forceCustomWebView(boolean useXWalk) Sets whether a custom web is forced.
      abstract boolean isCustomWebViewForced() Returns whether a custom webview is forced.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • forceCustomWebView

         abstract void forceCustomWebView(boolean useXWalk)

        Sets whether a custom web is forced.

        Parameters:
        useXWalk - Whether CrossWalk is enabled.
      • isCustomWebViewForced

         abstract boolean isCustomWebViewForced()

        Returns whether a custom webview is forced.

        • CrossWalk should be included in the build for this to be enabled.