Package com.my.target.nativeads.banners
Class NativePromoCard
-
- All Implemented Interfaces:
public class NativePromoCardA data class for Native ads card.
-
-
Method Summary
Modifier and Type Method Description StringgetCtaText()StringgetCurrency()StringgetDescription()StringgetDiscount()ImageDatagetImage()StringgetOldPrice()StringgetPrice()StringgetTitle()-
-
Method Detail
-
getCtaText
@Nullable() String getCtaText()
- Returns:
Call-to-action text of card
-
getCurrency
@Nullable() String getCurrency()
- Returns:
Currency text for the card.
-
getDescription
@Nullable() String getDescription()
- Returns:
Card description
-
getDiscount
@Nullable() String getDiscount()
- Returns:
Discount text for the card.
-
getOldPrice
@Nullable() String getOldPrice()
- Returns:
Old price text for the card.
-
-
-
-