Browser Backend
interface BrowserBackend
The browser interface which is used to create tabs and manage the browser backend. Due to different possible browser backends, this interface is used to abstract the browser backend.
Inheritors
Functions
Link copied to clipboard
abstract fun createBrowser(url: String, position: BrowserViewport = BrowserViewport.FULLSCREEN, settings: BrowserSettings = ScreenManager.browserSettings, priority: Short = 0, inputAcceptor: InputAcceptor? = null): Browser
Link copied to clipboard