AggregateTabProvider

Observes tabs across one or more com.duckduckgo.browsermode.api.BrowserModes. Callers pass the set of modes they want tabs from — a single mode for a per-mode view, or omit the argument for a cross-mode view.

For mutating tab state, use the mode-qualified TabRepository directly.

Functions

Link copied to clipboard
abstract fun observe(modes: Set<BrowserMode>): Flow<List<TabEntity>>