Tells the delegate that an ad request successfully received an ad. The delegate may want to add
the banner view to the view hierarchy if it hasn’t been added yet.
Tells the delegate that a full screen view will be presented in response to the user clicking on
an ad. The delegate may want to pause animations and time sensitive interactions.
Tells the delegate that the user click will open another app, backgrounding the current
application. The standard UIApplicationDelegate methods, like applicationDidEnterBackground:,
are called immediately before this method is called.
[[["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 2021-03-03 UTC."],[],[],null,["GADBannerViewDelegate \n\n protocol GADBannerViewDelegate : NSObjectProtocol\n\nDelegate methods for receiving GADBannerView state change messages such as ad request status\nand ad click lifecycle.\n[Ad Request Lifecycle Notifications](#/Ad%20Request%20Lifecycle%20Notifications)\n\n- `\n ``\n ``\n `\n\n [adViewDidReceiveAd(_:)](#/c:objc(pl)GADBannerViewDelegate(im)adViewDidReceiveAd:)`\n ` \n Tells the delegate that an ad request successfully received an ad. The delegate may want to add\n the banner view to the view hierarchy if it hasn't been added yet. \n\n Declaration \n Swift \n\n optional func adViewDidReceiveAd(_ bannerView: ../Classes/GADBannerView.html)\n\n- `\n ``\n ``\n `\n\n [adView(_:didFailToReceiveAdWithError:)](#/c:objc(pl)GADBannerViewDelegate(im)adView:didFailToReceiveAdWithError:)`\n ` \n Tells the delegate that an ad request failed. The failure is normally due to network\n connectivity or ad availablility (i.e., no fill). \n\n Declaration \n Swift \n\n optional func adView(_ bannerView: ../Classes/GADBannerView.html, didFailToReceiveAdWithError error: ../Classes.html#/c:objc(cs)GADRequestError)\n\n[Click-Time Lifecycle Notifications](#/Click-Time%20Lifecycle%20Notifications)\n\n- `\n ``\n ``\n `\n\n [adViewWillPresentScreen(_:)](#/c:objc(pl)GADBannerViewDelegate(im)adViewWillPresentScreen:)`\n ` \n Tells the delegate that a full screen view will be presented in response to the user clicking on\n an ad. The delegate may want to pause animations and time sensitive interactions. \n\n Declaration \n Swift \n\n optional func adViewWillPresentScreen(_ bannerView: ../Classes/GADBannerView.html)\n\n- `\n ``\n ``\n `\n\n [adViewWillDismissScreen(_:)](#/c:objc(pl)GADBannerViewDelegate(im)adViewWillDismissScreen:)`\n ` \n Tells the delegate that the full screen view will be dismissed. \n\n Declaration \n Swift \n\n optional func adViewWillDismissScreen(_ bannerView: ../Classes/GADBannerView.html)\n\n- `\n ``\n ``\n `\n\n [adViewDidDismissScreen(_:)](#/c:objc(pl)GADBannerViewDelegate(im)adViewDidDismissScreen:)`\n ` \n Tells the delegate that the full screen view has been dismissed. The delegate should restart\n anything paused while handling adViewWillPresentScreen:. \n\n Declaration \n Swift \n\n optional func adViewDidDismissScreen(_ bannerView: ../Classes/GADBannerView.html)\n\n- `\n ``\n ``\n `\n\n [adViewWillLeaveApplication(_:)](#/c:objc(pl)GADBannerViewDelegate(im)adViewWillLeaveApplication:)`\n ` \n Tells the delegate that the user click will open another app, backgrounding the current\n application. The standard UIApplicationDelegate methods, like applicationDidEnterBackground:,\n are called immediately before this method is called. \n\n Declaration \n Swift \n\n optional func adViewWillLeaveApplication(_ bannerView: ../Classes/GADBannerView.html)"]]