public class NativeAppwallBanner
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ImageData |
getBubbleIcon() |
java.lang.String |
getBubbleId() |
int |
getCoins() |
ImageData |
getCoinsIcon() |
int |
getCoinsIconBgColor() |
int |
getCoinsIconTextColor() |
ImageData |
getCrossNotifIcon() |
java.lang.String |
getDescription() |
ImageData |
getGotoAppIcon() |
ImageData |
getIcon() |
java.lang.String |
getId() |
ImageData |
getItemHighlightIcon() |
ImageData |
getLabelIcon() |
java.lang.String |
getLabelType() |
int |
getMrgsId() |
java.lang.String |
getPaidType() |
float |
getRating() |
java.lang.String |
getStatus() |
ImageData |
getStatusIcon() |
java.lang.String |
getTitle() |
int |
getVotes() |
boolean |
isAppInstalled() |
boolean |
isBanner() |
boolean |
isHasNotification() |
boolean |
isItemHighlight() |
boolean |
isMain() |
boolean |
isRequireCategoryHighlight() |
boolean |
isRequireWifi() |
boolean |
isSubItem() |
static NativeAppwallBanner |
newBanner(NativeAppwallAdBanner nativeBanner) |
void |
setHasNotification(boolean hasNotification) |
@NonNull public static NativeAppwallBanner newBanner(@NonNull NativeAppwallAdBanner nativeBanner)
@NonNull public java.lang.String getId()
@NonNull public java.lang.String getDescription()
@NonNull public java.lang.String getTitle()
@Nullable public java.lang.String getBubbleId()
@Nullable public java.lang.String getLabelType()
@Nullable public java.lang.String getStatus()
@Nullable public java.lang.String getPaidType()
public int getMrgsId()
public int getCoins()
public int getCoinsIconBgColor()
public int getCoinsIconTextColor()
public int getVotes()
public float getRating()
public boolean isHasNotification()
public boolean isMain()
public boolean isRequireCategoryHighlight()
public boolean isItemHighlight()
public boolean isBanner()
public boolean isRequireWifi()
public boolean isSubItem()
public boolean isAppInstalled()
@Nullable public ImageData getIcon()
@Nullable public ImageData getCoinsIcon()
@Nullable public ImageData getLabelIcon()
@Nullable public ImageData getGotoAppIcon()
@Nullable public ImageData getStatusIcon()
@Nullable public ImageData getBubbleIcon()
@Nullable public ImageData getItemHighlightIcon()
@Nullable public ImageData getCrossNotifIcon()
public void setHasNotification(boolean hasNotification)