kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.places.uniffi
/
HistoryVisitInfosWithBound
History
Visit
Infos
With
Bound
data
class
HistoryVisitInfosWithBound
(
var
infos
:
List
<
HistoryVisitInfo
>
,
var
bound
:
Long
,
var
offset
:
Long
)
Members
Constructors
History
Visit
Infos
With
Bound
Link copied to clipboard
constructor
(
infos
:
List
<
HistoryVisitInfo
>
,
bound
:
Long
,
offset
:
Long
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bound
Link copied to clipboard
var
bound
:
Long
infos
Link copied to clipboard
var
infos
:
List
<
HistoryVisitInfo
>
offset
Link copied to clipboard
var
offset
:
Long