Enum InterstitialSizes.InterstitialSize
- java.lang.Object
-
- java.lang.Enum<InterstitialSizes.InterstitialSize>
-
- org.prebid.mobile.rendering.interstitial.InterstitialSizes.InterstitialSize
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<InterstitialSizes.InterstitialSize>
- Enclosing class:
- InterstitialSizes
public static enum InterstitialSizes.InterstitialSize extends java.lang.Enum<InterstitialSizes.InterstitialSize>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSize()static InterstitialSizes.InterstitialSizevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InterstitialSizes.InterstitialSize[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
LANDSCAPE_480x320
public static final InterstitialSizes.InterstitialSize LANDSCAPE_480x320
-
LANDSCAPE_480x360
public static final InterstitialSizes.InterstitialSize LANDSCAPE_480x360
-
LANDSCAPE_768x1024
public static final InterstitialSizes.InterstitialSize LANDSCAPE_768x1024
-
LANDSCAPE_1024x768
public static final InterstitialSizes.InterstitialSize LANDSCAPE_1024x768
-
VERTICAL_270x480
public static final InterstitialSizes.InterstitialSize VERTICAL_270x480
-
VERTICAL_300x1050
public static final InterstitialSizes.InterstitialSize VERTICAL_300x1050
-
VERTICAL_320x480
public static final InterstitialSizes.InterstitialSize VERTICAL_320x480
-
VERTICAL_360x480
public static final InterstitialSizes.InterstitialSize VERTICAL_360x480
-
VERTICAL_360x540
public static final InterstitialSizes.InterstitialSize VERTICAL_360x540
-
VERTICAL_480x640
public static final InterstitialSizes.InterstitialSize VERTICAL_480x640
-
VERTICAL_576x1024
public static final InterstitialSizes.InterstitialSize VERTICAL_576x1024
-
VERTICAL_720x1280
public static final InterstitialSizes.InterstitialSize VERTICAL_720x1280
-
VERTICAL_768x1024
public static final InterstitialSizes.InterstitialSize VERTICAL_768x1024
-
VERTICAL_960x1280
public static final InterstitialSizes.InterstitialSize VERTICAL_960x1280
-
VERTICAL_1080x1920
public static final InterstitialSizes.InterstitialSize VERTICAL_1080x1920
-
VERTICAL_1440x1920
public static final InterstitialSizes.InterstitialSize VERTICAL_1440x1920
-
ASPECT_RATIO_300x200
public static final InterstitialSizes.InterstitialSize ASPECT_RATIO_300x200
-
ASPECT_RATIO_320x240
public static final InterstitialSizes.InterstitialSize ASPECT_RATIO_320x240
-
ASPECT_RATIO_400x225
public static final InterstitialSizes.InterstitialSize ASPECT_RATIO_400x225
-
ASPECT_RATIO_400x300
public static final InterstitialSizes.InterstitialSize ASPECT_RATIO_400x300
-
ASPECT_RATIO_480x270
public static final InterstitialSizes.InterstitialSize ASPECT_RATIO_480x270
-
ASPECT_RATIO_480x320
public static final InterstitialSizes.InterstitialSize ASPECT_RATIO_480x320
-
ASPECT_RATIO_640x360
public static final InterstitialSizes.InterstitialSize ASPECT_RATIO_640x360
-
ASPECT_RATIO_640x480
public static final InterstitialSizes.InterstitialSize ASPECT_RATIO_640x480
-
ASPECT_RATIO_1024x576
public static final InterstitialSizes.InterstitialSize ASPECT_RATIO_1024x576
-
ASPECT_RATIO_1280x720
public static final InterstitialSizes.InterstitialSize ASPECT_RATIO_1280x720
-
ASPECT_RATIO_1280x960
public static final InterstitialSizes.InterstitialSize ASPECT_RATIO_1280x960
-
ASPECT_RATIO_1920x800
public static final InterstitialSizes.InterstitialSize ASPECT_RATIO_1920x800
-
ASPECT_RATIO_1920x1080
public static final InterstitialSizes.InterstitialSize ASPECT_RATIO_1920x1080
-
ASPECT_RATIO_1920x1440
public static final InterstitialSizes.InterstitialSize ASPECT_RATIO_1920x1440
-
-
Method Detail
-
values
public static InterstitialSizes.InterstitialSize[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (InterstitialSizes.InterstitialSize c : InterstitialSizes.InterstitialSize.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InterstitialSizes.InterstitialSize valueOf(java.lang.String name)
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.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getSize
public java.lang.String getSize()
-
-