Interface BrowserService

All Known Implementing Classes:
AndroidBrowserService, DesktopBrowserService, DummyBrowserService, IOSBrowserService

public interface BrowserService
Launches the default browser of the platform as a separate application process. The browser will be opened with the provided URL.

Example

 BrowserService.create().ifPresent(service -> {
      service.launchExternalBrowser("https://gluonhq.com/");
  });

Android Configuration: none

iOS Configuration: none

Since:
3.0.0