GoogleMobileAds Framework Reference

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
    }
  • 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 {}
  • These are the types of animation we employ for transitions between two mediated ads.

    Declaration

    Objective-C

    enum GADMBannerAnimationType {}