-
- All Implemented Interfaces:
public enum NativeAdTypeThe type of native ad.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CONTENTContent native ad type.
APP_INSTALLApp install native ad type.
MEDIAMedia native ad type.
-
Method Summary
Modifier and Type Method Description StringgetValue()static Array<NativeAdType>values()static NativeAdTypevalueOf(String name)-
-
Method Detail
-
values
static Array<NativeAdType> values()
-
valueOf
static NativeAdType valueOf(String name)
-
-
-
-