Package-level declarations

Types

Link copied to clipboard
data class TabEntity(var tabId: String, var url: String? = null, var title: String? = null, var skipHome: Boolean = false, var viewed: Boolean = true, var position: Int, var tabPreviewFile: String? = null, var sourceTabId: String? = null, var deletable: Boolean = false)
Link copied to clipboard
interface TabRepository
Link copied to clipboard
data class TabSwitcherData(val userState: TabSwitcherData.UserState, val layoutType: TabSwitcherData.LayoutType)

Properties

Link copied to clipboard