Package com.my.target.nativeads.banners
Class NativeAppwallBanner
-
- All Implemented Interfaces:
public class NativeAppwallBannerData class for Appwall banner
-
-
Method Summary
Modifier and Type Method Description ImageDatagetBubbleIcon()StringgetBubbleId()StringgetBundleId()intgetCoins()ImageDatagetCoinsIcon()intgetCoinsIconBgColor()intgetCoinsIconTextColor()ImageDatagetCrossNotifIcon()StringgetDescription()ImageDatagetGotoAppIcon()ImageDatagetIcon()StringgetId()ImageDatagetItemHighlightIcon()ImageDatagetLabelIcon()StringgetLabelType()intgetMrgsId()StringgetPaidType()floatgetRating()StringgetStatus()ImageDatagetStatusIcon()StringgetTitle()intgetVotes()booleanisAppInstalled()booleanisBanner()booleanisHasNotification()booleanisItemHighlight()booleanisMain()booleanisRequireCategoryHighlight()booleanisRequireWifi()booleanisSubItem()voidsetHasNotification(boolean hasNotification)StringtoString()-
-
Method Detail
-
getBubbleIcon
@Nullable() ImageData getBubbleIcon()
-
getBubbleId
@Nullable() String getBubbleId()
-
getBundleId
@Nullable() String getBundleId()
-
getCoins
int getCoins()
-
getCoinsIcon
@Nullable() ImageData getCoinsIcon()
-
getCoinsIconBgColor
int getCoinsIconBgColor()
-
getCoinsIconTextColor
int getCoinsIconTextColor()
-
getCrossNotifIcon
@Nullable() ImageData getCrossNotifIcon()
-
getDescription
@NonNull() String getDescription()
-
getGotoAppIcon
@Nullable() ImageData getGotoAppIcon()
-
getItemHighlightIcon
@Nullable() ImageData getItemHighlightIcon()
-
getLabelIcon
@Nullable() ImageData getLabelIcon()
-
getLabelType
@Nullable() String getLabelType()
-
getMrgsId
int getMrgsId()
-
getPaidType
@Nullable() String getPaidType()
-
getRating
float getRating()
-
getStatusIcon
@Nullable() ImageData getStatusIcon()
-
getVotes
int getVotes()
-
isAppInstalled
boolean isAppInstalled()
-
isBanner
boolean isBanner()
-
isHasNotification
boolean isHasNotification()
-
isItemHighlight
boolean isItemHighlight()
-
isMain
boolean isMain()
-
isRequireCategoryHighlight
boolean isRequireCategoryHighlight()
-
isRequireWifi
boolean isRequireWifi()
-
isSubItem
boolean isSubItem()
-
setHasNotification
void setHasNotification(boolean hasNotification)
-
-
-
-