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;