|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nativex.monetization.DialogInputs
public class DialogInputs
Container class for dialog data.
Field Summary | |
---|---|
private int |
currencyAmount
The amount of currency to display in the dialog. |
private String |
currencyName
The vitual currency name to display in the dialog. |
private Drawable |
icon
The icon of the dialog. |
Constructor Summary | |
---|---|
DialogInputs()
|
Method Summary | |
---|---|
int |
getCurrencyAmount()
Returns the amount of virtual currency. |
String |
getCurrencyName()
Returns the virtual currency name. |
Drawable |
getIcon()
Returns the icon of the dialog. |
void |
setCurrencyAmount(int currencyAmount)
Sets the amount of virtual currency. |
void |
setCurrencyName(String currencyName)
Sets the virtual currency name. |
void |
setIcon(Drawable icon)
Sets the icon of the dialog. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String currencyName
private Drawable icon
private int currencyAmount
Constructor Detail |
---|
public DialogInputs()
Method Detail |
---|
public String getCurrencyName()
String
. The virtual currency name.public void setCurrencyName(String currencyName)
currencyName
- String
. The virtual currency name.public Drawable getIcon()
Drawable
. The icon as drawable.public void setIcon(Drawable icon)
icon
- Drawable
. The drawable to set as icon.public int getCurrencyAmount()
Integer
. The amount of virtual currency.public void setCurrencyAmount(int currencyAmount)
currencyAmount
- Integer
. The amount of virtual currency.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |