GoogleMobileAds Framework Reference

  • GADMediationBannerAdConfiguration is used to hold configuration details for banner ads in a mediation flow.

  • The adSize property specifies the requested banner ad size for the adapter.

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;