kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.remotetabs
/
RemoteTabRecord
/
RemoteTabRecord
Remote
Tab
Record
constructor
(
title
:
String
,
urlHistory
:
List
<
String
>
,
icon
:
String
?
,
lastUsed
:
Long
,
inactive
:
Boolean
=
false
,
pinned
:
Boolean
=
false
,
index
:
UInt
,
windowId
:
String
=
""
,
tabGroupId
:
String
=
""
)