Android
androidJvm
browser-api
/
com.duckduckgo.app.tabs.model
/
TabEntity
/
TabEntity
Tab
Entity
constructor
(
tabId
:
String
,
url
:
String
?
=
null
,
title
:
String
?
=
null
,
skipHome
:
Boolean
=
false
,
viewed
:
Boolean
=
true
,
position
:
Int
=
0
,
tabPreviewFile
:
String
?
=
null
,
sourceTabId
:
String
?
=
null
,
deletable
:
Boolean
=
false
,
lastAccessTime
:
LocalDateTime
?
=
null
)