Packagecom.vungle.extensions
Classpublic class VungleOrientation
InheritanceVungleOrientation Inheritance Object

VungleOrientation Hint Constants



Public Constants
 ConstantDefined 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
Constant Detail
ANDROID_AUTOROTATEConstant
public static const ANDROID_AUTOROTATE:int

The ad will autorotate with the device orientation.

ANDROID_MATCH_VIDEOConstant 
public static const ANDROID_MATCH_VIDEO:int

The ad will play in the best orientation for the video (usually landscape).

IOS_LANDSCAPEConstant 
public static const IOS_LANDSCAPE:int = 1

The ad will play in the landscape orientation.

IOS_PORTRAITConstant 
public static const IOS_PORTRAIT:int = 2

The ad will play in the portrait orientation.