Package com.my.target.nativeads.views
Class PromoCardView.Card
-
- All Implemented Interfaces:
public abstract class PromoCardView.CardThe class with data for implementer of PromoCardView
-
-
Constructor Summary
Constructors Constructor Description PromoCardView.Card()
-
Method Summary
Modifier and Type Method Description StringgetCtaButtonText()StringgetCurrency()StringgetDescription()StringgetDiscountText()StringgetOldPriceText()StringgetPriceText()StringgetTitle()-
-
Method Detail
-
getCtaButtonText
@Nullable() String getCtaButtonText()
- Returns:
Text for call-to action view.
-
getCurrency
@Nullable() String getCurrency()
- Returns:
Currency for the Ad Card.
-
getDescription
@Nullable() String getDescription()
- Returns:
Description for the Ad Card.
-
getDiscountText
@Nullable() String getDiscountText()
- Returns:
Discount text for the Ad Card.
-
getOldPriceText
@Nullable() String getOldPriceText()
- Returns:
Old price text for the Ad Card.
-
getPriceText
@Nullable() String getPriceText()
- Returns:
Price text for the Ad Card.
-
-
-
-