-
public class InterstitialSizesContains enums for InterstitialVideo sizes and methods to determine if video should be portrait, landscape or aspect ratio
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumInterstitialSizes.InterstitialSize
-
Method Summary
Modifier and Type Method Description static booleanisPortrait(String size)static booleanisLandscape(String size)-
-
Method Detail
-
isPortrait
static boolean isPortrait(String size)
- Parameters:
size- - String with video resolution
-
isLandscape
static boolean isLandscape(String size)
- Parameters:
size- - String with video resolution
-
-
-
-