-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum AppstockAdFormatInternal ad format. Must be set up only inside the SDK.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BANNERINTERSTITIALNATIVEVAST
-
Method Summary
Modifier and Type Method Description static EnumSet<AppstockAdFormat>fromSet(EnumSet<AppstockAdUnitFormat> adUnitFormats, boolean isInterstitial)static Array<AppstockAdFormat>values()static AppstockAdFormatvalueOf(String name)-
-
Method Detail
-
fromSet
static EnumSet<AppstockAdFormat> fromSet(EnumSet<AppstockAdUnitFormat> adUnitFormats, boolean isInterstitial)
-
values
static Array<AppstockAdFormat> values()
-
valueOf
static AppstockAdFormat valueOf(String name)
-
-
-
-