Called after ad data has been received. You must construct an interstitial from
|customRenderedAd| and call the |customRenderedAd| object’s finishedRenderingAdView: method when
the ad has been rendered.
[[["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,["# GoogleMobileAds Framework Reference\n\nDFPCustomRenderedInterstitialDelegate\n=====================================\n\n @protocol DFPCustomRenderedInterstitialDelegate \u003cNSObject\u003e\n\nThe DFPCustomRenderedAd interstitial delegate protocol for notifying the delegate of changes to\ncustom rendered interstitials.\n- `\n ``\n ``\n `\n\n ### [-interstitial:didReceiveCustomRenderedAd:](#/c:objc(pl)DFPCustomRenderedInterstitialDelegate(im)interstitial:didReceiveCustomRenderedAd:)\n\n `\n ` \n Called after ad data has been received. You must construct an interstitial from\n \\|customRenderedAd\\| and call the \\|customRenderedAd\\| object's finishedRenderingAdView: method when\n the ad has been rendered. \n\n #### Declaration\n\n Objective-C \n\n - (void)interstitial:(nonnull ../Classes/DFPInterstitial.html *)interstitial\n didReceiveCustomRenderedAd:(nonnull ../Classes/DFPCustomRenderedAd.html *)customRenderedAd;"]]