AdColonyOrientation Constants Reference
| Declared in | AdColonyTypes.h | 
|---|
AdColonyOrientation
Enum representing supported ad orientations
Definition
typedef NS_ENUM(NSInteger, AdColonyOrientation ) {
                            
                               AdColonyOrientationPortrait = 0,
                            
                               AdColonyOrientationLandscape = 1,
                            
                               AdColonyOrientationAll = 2,
                            
                            };
                    
                    Constants
Declared In
AdColonyTypes.h