Package org.mozilla.geckoview
Class GeckoSession.Recommendation
Object
org.mozilla.geckoview.GeckoSession.Recommendation
- Enclosing class:
- GeckoSession
Contains information about a product recommendation.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
This is a Builder used by Recommendation class -
Field Summary
Modifier 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
ModifierConstructorDescriptionprotected
Initialize Recommendation with a builder object -
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
Initialize Recommendation with a builder object- Parameters:
builder
- A Recommendation.Builder instance
-