Enum Constant and Description |
---|
ADMOB_BANNER |
ADMOB_FULL |
ADMOB_LARGE |
ADMOB_LEADER |
ADMOB_MEDIUM |
ADMOB_SKY |
ADMOB_SMART |
Modifier and Type | Method and Description |
---|---|
static Ads.Size |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Ads.Size[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ads.Size ADMOB_BANNER
public static final Ads.Size ADMOB_FULL
public static final Ads.Size ADMOB_LARGE
public static final Ads.Size ADMOB_LEADER
public static final Ads.Size ADMOB_MEDIUM
public static final Ads.Size ADMOB_SKY
public static final Ads.Size ADMOB_SMART
public static Ads.Size[] values()
for (Ads.Size c : Ads.Size.values()) System.out.println(c);
public static Ads.Size valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null