-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum AdPopcornSSPConstant.AD_NETWORK
-
-
Field Summary
Fields Modifier and Type Field Description private intcode
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWN_AD_NETWORKADFORUSMOBWITHCOUPANG_CPMADOPAPPLOVIN_MAX_DYNAMIC_BIDNAMCOUPANGGAMPANGLETAPJOYFYBERAPPLOVINVUNGLEADCOLONYCRITEOAPPNEXTADFITFAN_NATIVE_BANNERMINTEGRALUNITY_ADSMOBONMEZZOMEDIACAULYFAN_NATIVEFACEBOOK_ADFANADMOBADPOPCORN
-
Method Summary
Modifier and Type Method Description static AdPopcornSSPConstant.AD_NETWORKfromString(String str)static AdPopcornSSPConstant.AD_NETWORKfromCode(int code)StringgetMediationAdapterName()BaseMediationAdaptermakeAdapter()StringgetValue()static Array<AdPopcornSSPConstant.AD_NETWORK>values()static AdPopcornSSPConstant.AD_NETWORKvalueOf(String name)intgetCode()-
-
Method Detail
-
fromString
@Deprecated() static AdPopcornSSPConstant.AD_NETWORK fromString(String str)
-
fromCode
static AdPopcornSSPConstant.AD_NETWORK fromCode(int code)
-
getMediationAdapterName
String getMediationAdapterName()
-
makeAdapter
BaseMediationAdapter makeAdapter()
-
values
static Array<AdPopcornSSPConstant.AD_NETWORK> values()
-
valueOf
static AdPopcornSSPConstant.AD_NETWORK valueOf(String name)
-
getCode
int getCode()
-
-
-
-