Class GeckoSession.Recommendation

Object
org.mozilla.geckoview.GeckoSession.Recommendation
Enclosing class:
GeckoSession

@AnyThread public static class GeckoSession.Recommendation extends Object
Contains information about a product recommendation.
  • Field Details

    • analysisUrl

      @Nullable public final String analysisUrl
      Analysis URL.
    • adjustedRating

      @Nullable public final Double adjustedRating
      Adjusted rating.
    • imageUrl

      @Nullable public final String imageUrl
      Url of product recommendation image.
    • aid

      @Nullable public final String aid
      Unique identifier for the ad entity.
    • url

      @Nullable public final String url
      Url of recommended product.
    • name

      @Nullable public final String name
      Name of recommended product.
    • grade

      @Nullable public final String grade
      Grade of recommended product.
    • price

      @Nullable public final String price
      Price of recommended product.
    • currency

      @Nullable public final String currency
      Currency of recommended product.
  • Constructor Details

    • Recommendation

      protected Recommendation()
      Empty constructor for tests.