public enum AdNetwork extends Enum<AdNetwork>
| Enum Constant and Description |
|---|
ADCOLONY |
ADMOB |
ADX |
AMAZONHB |
APPLOVIN |
APPNEXUS |
BLUESTACK |
CRITEOSDK |
DFP |
EMPTY |
FACEBOOK |
GENERICVAST |
HUAWEI |
INMOBI |
MOPUB |
OGURY |
PUBNATIVE |
RUBICON |
SMAATO |
SMARTAD |
SMARTADSERVERDIRECT |
SPOTX |
TEADS |
UNITYADS |
YANDEX |
| Modifier and Type | Method and Description |
|---|---|
static AdNetwork |
fromServerConfigName(String name) |
static AdNetwork |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdNetwork[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdNetwork GENERICVAST
public static final AdNetwork SMARTADSERVERDIRECT
public static AdNetwork[] values()
for (AdNetwork c : AdNetwork.values()) System.out.println(c);
public static AdNetwork valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static AdNetwork fromServerConfigName(String name)