AdColonyZoneType Constants Reference
| Declared in | AdColonyTypes.h | 
|---|
AdColonyZoneType
Enum representing zone types
Definition
typedef NS_ENUM(NSInteger, AdColonyZoneType ) {
                            
                               AdColonyZoneTypeInvalid = -1,
                            
                               AdColonyZoneTypeInterstitial = 0,
                            
                               AdColonyZoneTypeBanner = 1,
                            
                               AdColonyZoneTypeNative,
                            
                               __attribute__,
                            
                               (,
                            
                               (,
                            
                               deprecated,
                            
                               (,
                            
                               "It will be removed in a future release",
                            
                               ),
                            
                               ),
                            
                               ) = 2,
                            
                            };
                    
                    Constants
- AdColonyZoneTypeInvalid
- 
Invalid zone type Declared In AdColonyTypes.h.
- AdColonyZoneTypeInterstitial
- 
Interstitial zone type Declared In AdColonyTypes.h.
- AdColonyZoneTypeBanner
- 
Banner zone type Declared In AdColonyTypes.h.
- AdColonyZoneTypeNative
- 
Native zone type Declared In AdColonyTypes.h.
- __attribute__
- 
Enum representing zone types Declared In AdColonyTypes.h.
- (
- 
Enum representing zone types Declared In AdColonyTypes.h.
- (
- 
Enum representing zone types Declared In AdColonyTypes.h.
- deprecated
- 
Enum representing zone types Declared In AdColonyTypes.h.
- (
- 
Enum representing zone types Declared In AdColonyTypes.h.
- "It will be removed in a future release"
- 
Enum representing zone types Declared In AdColonyTypes.h.
- )
- 
Enum representing zone types Declared In AdColonyTypes.h.
- )
- 
Enum representing zone types Declared In AdColonyTypes.h.
- )
- 
Enum representing zone types Declared In AdColonyTypes.h.
Declared In
AdColonyTypes.h