Package com.intentsoftware.addapptr
Enum BannerSize
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum BannerSize extends Enum<BannerSize>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBannerSize.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringconfigNameprivate final Integerwidthprivate final Integerheightprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<BannerSize>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description Banner320x53Banner320x50Banner768x90Banner300x250Banner468x60MultipleSizesBanner320x75Banner320x100Banner320x150Banner320x160Banner320x480
-
Method Summary
Modifier and Type Method Description final BannerSizevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<BannerSize>values()Returns an array containing the constants of this enum type, in the order they're declared. final StringgetConfigName()final IntegergetWidth()final IntegergetHeight()final EnumEntries<BannerSize>getEntries()-
-
Method Detail
-
valueOf
final BannerSize valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<BannerSize> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getConfigName
final String getConfigName()
-
getEntries
final EnumEntries<BannerSize> getEntries()
-
-
-
-