GoogleMobileAds Framework Reference

DFPCustomRenderedInterstitialDelegate

protocol DFPCustomRenderedInterstitialDelegate : NSObjectProtocol

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

    Swift

    func interstitial(_ interstitial: DFPInterstitial, didReceive customRenderedAd: DFPCustomRenderedAd)