class ToolbarFeature
Feature implementation for connecting a toolbar implementation with the session module. |
|
class ToolbarInteractor
Connects a toolbar instance to the browser engine via use cases |
|
class ToolbarPresenter : SelectionAwareSessionObserver
Presenter implementation for a toolbar implementation in order to update the toolbar whenever the state of the selected session changes. |
typealias SearchUseCase = (String) -> Unit
A function representing the search use case, accepting the search terms as string. |