kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.suggest
/
Suggestion
/
Exposure
Exposure
data
class
Exposure
(
val
suggestionType
:
String
,
val
score
:
Double
)
:
Suggestion
Members
Constructors
Exposure
Link copied to clipboard
constructor
(
suggestionType
:
String
,
score
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
score
Link copied to clipboard
val
score
:
Double
suggestion
Type
Link copied to clipboard
val
suggestionType
:
String