Enum BannerPlacementSize
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum BannerPlacementSize extends Enum<BannerPlacementSize>
-
-
Field Summary
Fields Modifier and Type Field Description private final BannerSizeplacementSizeprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<BannerPlacementSize>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description Banner320x53Banner320x50Banner768x90Banner300x250Banner468x60Banner320x75Please note that this placement size is not supported by multiple ad networks and using it can affect your fillrate and revenue.
Banner320x100Please note that this placement size is not supported by multiple ad networks and using it can affect your fillrate and revenue.
Banner320x150Please note that this placement size is not supported by multiple ad networks and using it can affect your fillrate and revenue.
Banner320x160Please note that this placement size is not supported by multiple ad networks and using it can affect your fillrate and revenue.
Banner320x480Please note that this placement size is not supported by multiple ad networks and using it can affect your fillrate and revenue.
-
Method Summary
Modifier and Type Method Description final BannerPlacementSizevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<BannerPlacementSize>values()Returns an array containing the constants of this enum type, in the order they're declared. final BannerSizegetPlacementSize()final EnumEntries<BannerPlacementSize>getEntries()-
-
Method Detail
-
valueOf
final BannerPlacementSize 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<BannerPlacementSize> 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.
-
getPlacementSize
final BannerSize getPlacementSize()
-
getEntries
final EnumEntries<BannerPlacementSize> getEntries()
-
-
-
-