GoogleMobileAds Framework Reference

  • GADMediationServerConfiguration stores third-party SDK configurations set by the publisher on the AdMob UI.

  • It provides an array of credentials, which are potential mediation configurations for the Google Mobile Ads SDK to use during ad requests.

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

    Swift

    var credentials: [MediationCredentials] { get }

    Objective-C

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