GoogleMobileAds Framework Reference

  • GADMediationNativeAdConfiguration is used to configure native ads within the Google Mobile Ads Mediation framework.

  • Publishers can customize native ad requests by setting options with specific GADAdLoaderOptions.

GADMediationNativeAdConfiguration


@interface GADMediationNativeAdConfiguration : GADMediationAdConfiguration

Native ad configuration.

  • Additional options configured by the publisher for requesting a native ad.

    Declaration

    Swift

    var options: [GADAdLoaderOptions] { get }

    Objective-C

    @property (nonatomic, readonly, nonnull) NSArray<GADAdLoaderOptions *> *options;