GoogleMobileAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
DFPCustomRenderedInterstitialDelegate
@protocol DFPCustomRenderedInterstitialDelegate <NSObject>
The DFPCustomRenderedAd interstitial delegate protocol for notifying the delegate of changes to
custom rendered interstitials.
-
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-03-03 UTC.
[null,null,["Last updated 2021-03-03 UTC."],[],[],null,["DFPCustomRenderedInterstitialDelegate \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 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 Objective-C \n\n - (void)interstitial:(nonnull ../Classes/DFPInterstitial.html *)interstitial\n didReceiveCustomRenderedAd:(nonnull ../Classes/DFPCustomRenderedAd.html *)customRenderedAd;"]]