Call back to this delegate in your custom event. You must call customEventBanner:didReceiveAd:
when there is an ad to show, or customEventBanner:didFailAd: when there is no ad to show.
Otherwise, if enough time passed (several seconds) after the SDK called the requestBannerAd:
method of your custom event, the mediation SDK will consider the request timed out, and move on
to the next ad network.
Your Custom Event object must call this when it fails to receive or create the ad view. Pass
along any error object sent from the ad network’s SDK, or an NSError describing the error. Pass
nil if not available.
Your Custom Event object should call this when the user touches or clicks the ad to initiate
an action. When the SDK receives this callback, it reports the click back to the mediation
server.
[[["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,["GADCustomEventBannerDelegate \n\n protocol GADCustomEventBannerDelegate : NSObjectProtocol\n\nCall back to this delegate in your custom event. You must call customEventBanner:didReceiveAd:\nwhen there is an ad to show, or customEventBanner:didFailAd: when there is no ad to show.\nOtherwise, if enough time passed (several seconds) after the SDK called the requestBannerAd:\nmethod of your custom event, the mediation SDK will consider the request timed out, and move on\nto the next ad network.\n- `\n ``\n ``\n `\n\n [-customEventBanner:didReceiveAd:](#/c:objc(pl)GADCustomEventBannerDelegate(im)customEventBanner:didReceiveAd:)`\n ` \n Your Custom Event object must call this when it receives or creates an ad view.\n- `\n ``\n ``\n `\n\n [-customEventBanner:didFailAd:](#/c:objc(pl)GADCustomEventBannerDelegate(im)customEventBanner:didFailAd:)`\n ` \n Your Custom Event object must call this when it fails to receive or create the ad view. Pass\n along any error object sent from the ad network's SDK, or an NSError describing the error. Pass\n nil if not available.\n- `\n ``\n ``\n `\n\n [-customEventBannerWasClicked:](#/c:objc(pl)GADCustomEventBannerDelegate(im)customEventBannerWasClicked:)`\n ` \n Your Custom Event object should call this when the user touches or clicks the ad to initiate\n an action. When the SDK receives this callback, it reports the click back to the mediation\n server.\n- `\n ``\n ``\n `\n\n [viewControllerForPresentingModalView](#/c:objc(pl)GADCustomEventBannerDelegate(py)viewControllerForPresentingModalView)`\n ` \n The rootViewController that you set in GADBannerView. Use this UIViewController to show a modal\n view when a user taps on the ad. \n\n Declaration \n Swift \n\n var viewControllerForPresentingModalView: UIViewController { get }\n\n- `\n ``\n ``\n `\n\n [-customEventBannerWillPresentModal:](#/c:objc(pl)GADCustomEventBannerDelegate(im)customEventBannerWillPresentModal:)`\n ` \n Your Custom Event should call this when the user taps an ad and a modal view appears.\n- `\n ``\n ``\n `\n\n [-customEventBannerWillDismissModal:](#/c:objc(pl)GADCustomEventBannerDelegate(im)customEventBannerWillDismissModal:)`\n ` \n Your Custom Event should call this when the user dismisses the modal view and the modal view is\n about to go away.\n- `\n ``\n ``\n `\n\n [-customEventBannerDidDismissModal:](#/c:objc(pl)GADCustomEventBannerDelegate(im)customEventBannerDidDismissModal:)`\n ` \n Your Custom Event should call this when the user dismisses the modal view and the modal view has\n gone away.\n- `\n ``\n ``\n `\n\n [-customEventBannerWillLeaveApplication:](#/c:objc(pl)GADCustomEventBannerDelegate(im)customEventBannerWillLeaveApplication:)`\n ` \nYour Custom Event should call this method when a user action will result in App switching. \n[Deprecated](#/Deprecated)\n\n- `\n ``\n ``\n `\n\n [-customEventBanner:clickDidOccurInAd:](#/c:objc(pl)GADCustomEventBannerDelegate(im)customEventBanner:clickDidOccurInAd:)`\n ` \n Deprecated. Use customEventBannerWasClicked:."]]