android-components / mozilla.components.feature.tabs.tabstray / TabsFeature

TabsFeature

class TabsFeature (source)

Feature implementation for connecting a tabs tray implementation with the session module.

Constructors

<init>

TabsFeature(tabsTray: TabsTray, sessionManager: SessionManager, tabsUseCases: TabsUseCases, closeTabsTray: () -> Unit)

Feature implementation for connecting a tabs tray implementation with the session module.

Functions

filterTabs

fun filterTabs(tabsFilter: (Session) -> Boolean): Unit

start

fun start(): Unit

stop

fun stop(): Unit