kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.remotetabs
/
RemoteTabRecord
Remote
Tab
Record
data
class
RemoteTabRecord
(
var
title
:
String
,
var
urlHistory
:
List
<
String
>
,
var
icon
:
String
?
,
var
lastUsed
:
Long
,
var
inactive
:
Boolean
=
false
)
Members
Constructors
Remote
Tab
Record
Link copied to clipboard
constructor
(
title
:
String
,
urlHistory
:
List
<
String
>
,
icon
:
String
?
,
lastUsed
:
Long
,
inactive
:
Boolean
=
false
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
icon
Link copied to clipboard
var
icon
:
String
?
inactive
Link copied to clipboard
var
inactive
:
Boolean
last
Used
Link copied to clipboard
var
lastUsed
:
Long
Number of ms since the unix epoch (as reported by the client's clock)
title
Link copied to clipboard
var
title
:
String
url
History
Link copied to clipboard
var
urlHistory
:
List
<
String
>