AI-generated Key Takeaways
-
GADMediationServerConfiguration is for third party SDK configuration.
-
The
credentialsproperty is an array of mediation configurations set by the publisher on the AdMob UI. -
Each configuration in the
credentialsarray is a possible credential dictionary provided by the Google Mobile Ads SDK.
GADMediationServerConfiguration
@interface GADMediationServerConfiguration : NSObjectThird 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;