GoogleMobileAds Framework Reference

GADMediationCredentials

@interface GADMediationCredentials : NSObject

Mediation configuration set by the publisher on the AdMob UI.

  • The AdMob UI settings.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nonnull) NSDictionary<NSString *, id> *settings;
  • The ad format associated with the credentials.

    Declaration

    Objective-C

    @property (readonly, nonatomic) GADAdFormat format;