[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003e\u003ccode\u003eGADMediationBannerAd\u003c/code\u003e protocol represents a rendered banner ad with a single subview for integration into the view hierarchy.\u003c/p\u003e\n"],["\u003cp\u003eIt provides a \u003ccode\u003eview\u003c/code\u003e property to access the banner ad's view.\u003c/p\u003e\n"],["\u003cp\u003eIt offers an optional \u003ccode\u003echangeAdSizeTo:\u003c/code\u003e method to resize the banner, if supported by the ad content.\u003c/p\u003e\n"]]],["The `GADMediationBannerAd` protocol defines a rendered banner ad with a single subview. Key features include: a `view` property (read-only UIView) representing the banner ad view, and an optional `changeAdSizeTo:` method. This method allows the banner ad to resize itself when needed, specifically if the banner's content is resizable. The protocol is available in both Swift and Objective-C.\n"],null,["GADMediationBannerAd \n\n @protocol GADMediationBannerAd \u003c../Protocols.html#/c:objc(pl)GADMediationAd\u003e\n\nRendered banner ad. Provides a single subview to add to the banner view's view hierarchy.\n- `\n ``\n ``\n `\n\n [view](#/c:objc(pl)GADMediationBannerAd(py)view)`\n ` \n The banner ad view. \n\n Declaration \n Swift \n\n var view: UIView { get }\n\n Objective-C \n\n @property (nonatomic, readonly, nonnull) UIView *view;\n\n- `\n ``\n ``\n `\n\n [-changeAdSizeTo:](#/c:objc(pl)GADMediationBannerAd(im)changeAdSizeTo:)`\n ` \n Tells the ad to resize the banner. Implement if banner content is resizable. \n\n Declaration \n Swift \n\n optional func changeSize(to adSize: AdSize)\n\n Objective-C \n\n - (void)changeAdSizeTo:(../Structs/GADAdSize.html)adSize;"]]