kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.ads_client
/
MozAdsSpocRanking
Moz
Ads
Spoc
Ranking
data
class
MozAdsSpocRanking
(
var
priority
:
UInt
,
var
personalizationModels
:
Map
<
String
,
UInt
>
,
var
itemScore
:
Double
)
Members
Constructors
Moz
Ads
Spoc
Ranking
Link copied to clipboard
constructor
(
priority
:
UInt
,
personalizationModels
:
Map
<
String
,
UInt
>
,
itemScore
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
item
Score
Link copied to clipboard
var
itemScore
:
Double
personalization
Models
Link copied to clipboard
var
personalizationModels
:
Map
<
String
,
UInt
>
priority
Link copied to clipboard
var
priority
:
UInt