GoogleMobileAds Framework Reference

GADMediationServerConfiguration

@interface GADMediationServerConfiguration : NSObject

Third party SDK configuration.

  • Array of mediation configurations set by the publisher on the AdMob UI. Each configuration is a possible credential dictionary that the Google Mobile Ads SDK may provide at ad request time.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nonnull)
        NSArray<GADMediationCredentials *> *credentials;