@Deprecated public static enum NativeAdView.Type extends java.lang.Enum<NativeAdView.Type>
Enum Constant and Description |
---|
HEIGHT_300
Deprecated.
|
HEIGHT_400
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getEnumCode()
Deprecated.
|
int |
getHeight()
Deprecated.
|
int |
getValue()
Deprecated.
|
int |
getWidth()
Deprecated.
|
static NativeAdView.Type |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static NativeAdView.Type[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final NativeAdView.Type HEIGHT_300
@Deprecated public static final NativeAdView.Type HEIGHT_400
public static NativeAdView.Type[] values()
for (NativeAdView.Type c : NativeAdView.Type.values()) System.out.println(c);
public static NativeAdView.Type 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@Deprecated public int getWidth()
@Deprecated public int getHeight()
@Deprecated public int getValue()
public int getEnumCode()