Class AndroidBrowserService

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void launchExternalBrowser​(java.lang.String url)
      Launches the user-default browser to show a specified URL.
      • Methods inherited from class java.lang.Object

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

      • AndroidBrowserService

        public AndroidBrowserService()
    • Method Detail

      • launchExternalBrowser

        public void launchExternalBrowser​(java.lang.String url)
                                   throws java.io.IOException
        Description copied from interface: BrowserService
        Launches the user-default browser to show a specified URL.
        Specified by:
        launchExternalBrowser in interface BrowserService
        Parameters:
        url - The URL to load when the browser application opens.
        Throws:
        java.io.IOException - If the URL can't be opened