BrowserScreens
Model that represents the Browser Screens hosted inside :app module that can be launched from other modules.
Types
Link copied to clipboard
Use this model to launch the Bookmarks screen
Link copied to clipboard
Use this model to launch the Feedback screen
Link copied to clipboard
Use this model to launch the New Tab Settings screen
Link copied to clipboard
Use this model to launch the PrivateSearch screen
Link copied to clipboard
Use this model to launch the Settings screen
Link copied to clipboard
Use this model to launch the Tab Switcher screen
Link copied to clipboard
data class TabSwitcherScreenWithParams(val browserMode: BrowserMode) : GlobalActivityStarter.ActivityParams
Use this model to launch the Tab Switcher screen in a specific browserMode. When browserMode differs from the active mode, the Tab Switcher switches to it on open. Use TabSwitcherScreenNoParams to open in the current mode.
Link copied to clipboard
data class WebViewActivityWithParams(val url: String, val screenTitle: String, val supportNewWindows: Boolean = false) : GlobalActivityStarter.ActivityParams
Use this model to launch the standalone WebView