GoogleMobileAds Framework Reference
@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 }
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-04 UTC.
[null,null,["Last updated 2025-02-04 UTC."],[[["`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."]]],["The `GADMediationServerConfiguration` class provides third-party SDK configuration details. It contains an array of `MediationCredentials`, which are configuration dictionaries set by the publisher in the AdMob UI. These credentials represent various possible configurations that the Google Mobile Ads SDK might supply during an ad request. The property `credentials` is a read-only array of these `MediationCredentials` objects.\n"]]