Class PromoCardView.Card

java.lang.Object
com.my.target.nativeads.views.PromoCardView.Card
Enclosing interface:
PromoCardView

public abstract static class PromoCardView.Card extends Object
The class with data for implementer of PromoCardView
  • Constructor Details

    • Card

      public Card()
  • Method Details

    • getTitle

      public String getTitle()
      Returns:
      Title for the Ad Card.
    • getDescription

      public String getDescription()
      Returns:
      Description for the Ad Card.
    • getCtaButtonText

      public String getCtaButtonText()
      Returns:
      Text for call-to action view.
    • getDiscountText

      public String getDiscountText()
      Returns:
      Discount text for the Ad Card.
    • getPriceText

      public String getPriceText()
      Returns:
      Price text for the Ad Card.
    • getOldPriceText

      public String getOldPriceText()
      Returns:
      Old price text for the Ad Card.
    • getCurrency

      public String getCurrency()
      Returns:
      Currency for the Ad Card.