BrowserNav

interface BrowserNav

Public interface to provide navigation Intents related to browser screen

Functions

Link copied to clipboard
abstract fun openInCurrentTab(context: Context, url: String): Intent
Link copied to clipboard
abstract fun openInNewTab(context: Context, url: String): Intent