class ToolbarFeature
(source)
Feature implementation for connecting a toolbar implementation with the session module.
ToolbarFeature(toolbar: Toolbar, sessionManager: SessionManager, loadUrlUseCase: LoadUrlUseCase, searchUseCase: SearchUseCase? = null, sessionId: String? = null)
Feature implementation for connecting a toolbar implementation with the session module. |
val toolbar: Toolbar |
fun handleBackPressed(): Boolean
Handler for back pressed events in activities that use this feature. |
|
fun start(): Unit
Start feature: App is in the foreground. |
|
fun stop(): Unit
Stop feature: App is in the background. |