GoogleMobileAds Framework Reference

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.

    Declaration

    Objective-C

    - (void)interstitial:(nonnull DFPInterstitial *)interstitial
        didReceiveCustomRenderedAd:(nonnull DFPCustomRenderedAd *)customRenderedAd;

Firebase gives you the tools and infrastructure you need to build better mobile and web apps, improve app quality, and grow your business.

Updated Feb 6, 2024

Firebase gives you the tools and infrastructure you need to build better mobile and web apps, improve app quality, and grow your business.

Updated May 11, 2022

Firebase gives you the tools and infrastructure you need to build better mobile and web apps, improve app quality, and grow your business.

Updated Nov 16, 2023