GoogleMobileAds Framework Reference

  • GADMediationBannerAdConfiguration is a banner ad configuration class.

  • It inherits from GADMediationAdConfiguration.

  • It has an adSize property which indicates the requested banner ad size.

GADMediationBannerAdConfiguration


@interface GADMediationBannerAdConfiguration : GADMediationAdConfiguration

Banner ad configuration.

  • Banner ad size requested of the adapter.

    Declaration

    Swift

    var adSize: AdSize { get }

    Objective-C

    @property (nonatomic, readonly) GADAdSize adSize;