Package | com.vungle.extensions |
Class | public class VungleOrientation |
Inheritance | VungleOrientation ![]() |
Constant | Defined By | ||
---|---|---|---|
ANDROID_AUTOROTATE : int [static]
The ad will autorotate with the device orientation. | VungleOrientation | ||
ANDROID_MATCH_VIDEO : int [static]
The ad will play in the best orientation for the video
(usually landscape). | VungleOrientation | ||
IOS_LANDSCAPE : int = 1 [static]
The ad will play in the landscape orientation. | VungleOrientation | ||
IOS_PORTRAIT : int = 2 [static]
The ad will play in the portrait orientation. | VungleOrientation |
ANDROID_AUTOROTATE | Constant |
public static const ANDROID_AUTOROTATE:int
The ad will autorotate with the device orientation.
ANDROID_MATCH_VIDEO | Constant |
public static const ANDROID_MATCH_VIDEO:int
The ad will play in the best orientation for the video (usually landscape).
IOS_LANDSCAPE | Constant |
public static const IOS_LANDSCAPE:int = 1
The ad will play in the landscape orientation.
IOS_PORTRAIT | Constant |
public static const IOS_PORTRAIT:int = 2
The ad will play in the portrait orientation.