Enumerations
The following enumerations are available globally.
-
Requested ad format.
Declaration
Objective-C
enum GADAdFormat {}
-
Enum of the different statuses resulting from processing a purchase.
Declaration
Objective-C
enum GADInAppPurchaseStatus {}
-
Undocumented
Declaration
Objective-C
NS_ENUM(NSInteger, GADAdapterInitializationState) { /// The mediation adapter is less likely to fill ad requests. GADAdapterInitializationStateNotReady = 0, /// The mediation adapter is ready to service ad requests. GADAdapterInitializationStateReady = 1 }
-
Native ad image orientation preference.
Declaration
Objective-C
enum GADNativeAdImageAdLoaderOptionsOrientation {}
-
Position of the AdChoices icon in the containing ad.
Declaration
Objective-C
enum GADAdChoicesPosition {}
-
Deprecated gender constants.
Declaration
Objective-C
enum GADGender {}
-
NSError codes for GAD error domain.
Declaration
Objective-C
enum GADErrorCode {}
-
Search ad border types.
Declaration
Objective-C
enum GADSearchBorderType {}
-
Search ad call button color types.
Declaration
Objective-C
enum GADSearchCallButtonColor {}
-
These are the types of animation we employ for transitions between two mediated ads.
Declaration
Objective-C
enum GADMBannerAnimationType {}