Package org.mozilla.geckoview
Class GeckoSession.Recommendation
Object
org.mozilla.geckoview.GeckoSession.Recommendation
- Enclosing class:
- GeckoSession
@AnyThread
@Deprecated
@DeprecationSchedule(id="session-shopping",
version=139)
public static class GeckoSession.Recommendation
extends Object
Deprecated.
This method is scheduled for deprecation, see Bug 1941470 for details. Contains information
about a product recommendation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated.This is a Builder used by Recommendation class -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Double
Deprecated.Adjusted rating.final String
Deprecated.Unique identifier for the ad entity.final String
Deprecated.Analysis URL.final String
Deprecated.Currency of recommended product.final String
Deprecated.Grade of recommended product.final String
Deprecated.Url of product recommendation image.final String
Deprecated.Name of recommended product.final String
Deprecated.Price of recommended product.final Boolean
Deprecated.Whether or not it is a sponsored recommendation.final String
Deprecated.Url of recommended product. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Deprecated.Initialize Recommendation with a builder object -
Method Summary
-
Field Details
-
analysisUrl
Deprecated.Analysis URL. -
adjustedRating
Deprecated.Adjusted rating. -
sponsored
Deprecated.Whether or not it is a sponsored recommendation. -
imageUrl
Deprecated.Url of product recommendation image. -
aid
Deprecated.Unique identifier for the ad entity. -
url
Deprecated.Url of recommended product. -
name
Deprecated.Name of recommended product. -
grade
Deprecated.Grade of recommended product. -
price
Deprecated.Price of recommended product. -
currency
Deprecated.Currency of recommended product.
-
-
Constructor Details
-
Recommendation
Deprecated.Initialize Recommendation with a builder object- Parameters:
builder
- A Recommendation.Builder instance
-