kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.suggest
/
Suggestion
/
Pocket
Pocket
data
class
Pocket
(
val
title
:
String
,
val
url
:
String
,
val
score
:
Double
,
val
isTopPick
:
Boolean
)
:
Suggestion
Members
Constructors
Pocket
Link copied to clipboard
constructor
(
title
:
String
,
url
:
String
,
score
:
Double
,
isTopPick
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
is
Top
Pick
Link copied to clipboard
val
isTopPick
:
Boolean
score
Link copied to clipboard
val
score
:
Double
title
Link copied to clipboard
val
title
:
String
url
Link copied to clipboard
val
url
:
String