Package org.mozilla.geckoview
Class GeckoSession.Recommendation
Object
org.mozilla.geckoview.GeckoSession.Recommendation
- Enclosing class:
- GeckoSession
Contains information about a product recommendation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Double
Adjusted rating.final String
Unique identifier for the ad entity.final String
Analysis URL.final String
Currency of recommended product.final String
Grade of recommended product.final String
Url of product recommendation image.final String
Name of recommended product.final String
Price of recommended product.final Boolean
Whether or not it is a sponsored recommendation.final String
Url of recommended product. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
analysisUrl
Analysis URL. -
adjustedRating
Adjusted rating. -
sponsored
Whether or not it is a sponsored recommendation. -
imageUrl
Url of product recommendation image. -
aid
Unique identifier for the ad entity. -
url
Url of recommended product. -
name
Name of recommended product. -
grade
Grade of recommended product. -
price
Price of recommended product. -
currency
Currency of recommended product.
-
-
Constructor Details
-
Recommendation
protected Recommendation()Empty constructor for tests.
-