public static enum IgawSSPConstant.AD_NETWORK extends java.lang.Enum<IgawSSPConstant.AD_NETWORK>
| Enum Constant and Description |
|---|
ADCOLONY |
ADFIT |
ADMOB |
APPLOVIN |
APPNEXT |
CAULY |
CRITEO |
FACEBOOK_AD
Deprecated.
|
FAN |
FAN_NATIVE
Deprecated.
|
FAN_NATIVE_BANNER |
FYBER |
IGAW |
MEZZOMEDIA |
MINTEGRAL |
MOBON |
MOPUB |
TAPJOY |
UNITY_ADS |
UNKNOWN_AD_NETWORK |
VUNGLE |
| Modifier and Type | Method and Description |
|---|---|
static IgawSSPConstant.AD_NETWORK |
fromCode(int code) |
static IgawSSPConstant.AD_NETWORK |
fromString(java.lang.String str)
Deprecated.
|
int |
getCode() |
java.lang.String |
getMediationAdapterName() |
java.lang.String |
getValue() |
NetworkBaseAdapter |
makeAdapter() |
static IgawSSPConstant.AD_NETWORK |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IgawSSPConstant.AD_NETWORK[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IgawSSPConstant.AD_NETWORK IGAW
public static final IgawSSPConstant.AD_NETWORK ADMOB
public static final IgawSSPConstant.AD_NETWORK FAN
@Deprecated public static final IgawSSPConstant.AD_NETWORK FACEBOOK_AD
@Deprecated public static final IgawSSPConstant.AD_NETWORK FAN_NATIVE
public static final IgawSSPConstant.AD_NETWORK MOPUB
public static final IgawSSPConstant.AD_NETWORK CAULY
public static final IgawSSPConstant.AD_NETWORK MEZZOMEDIA
public static final IgawSSPConstant.AD_NETWORK MOBON
public static final IgawSSPConstant.AD_NETWORK UNITY_ADS
public static final IgawSSPConstant.AD_NETWORK MINTEGRAL
public static final IgawSSPConstant.AD_NETWORK FAN_NATIVE_BANNER
public static final IgawSSPConstant.AD_NETWORK ADFIT
public static final IgawSSPConstant.AD_NETWORK APPNEXT
public static final IgawSSPConstant.AD_NETWORK CRITEO
public static final IgawSSPConstant.AD_NETWORK ADCOLONY
public static final IgawSSPConstant.AD_NETWORK VUNGLE
public static final IgawSSPConstant.AD_NETWORK APPLOVIN
public static final IgawSSPConstant.AD_NETWORK FYBER
public static final IgawSSPConstant.AD_NETWORK TAPJOY
public static final IgawSSPConstant.AD_NETWORK UNKNOWN_AD_NETWORK
public static IgawSSPConstant.AD_NETWORK[] values()
for (IgawSSPConstant.AD_NETWORK c : IgawSSPConstant.AD_NETWORK.values()) System.out.println(c);
public static IgawSSPConstant.AD_NETWORK 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 static IgawSSPConstant.AD_NETWORK fromString(java.lang.String str)
public static IgawSSPConstant.AD_NETWORK fromCode(int code)
public java.lang.String getMediationAdapterName()
public NetworkBaseAdapter makeAdapter()
public java.lang.String getValue()
public int getCode()