POBInterstitialRendererDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | POBAdRendering.h |
Overview
Ad interstitial rendering delegate, It is used to provide feedback events from custom renderer
– interstitialRendererDidRecordImpression
required method
Notifies the delegate that the interstitial ad renderer has recorded the impression. This will be called for both display and video interstitial ads.
- (void)interstitialRendererDidRecordImpression
Declared In
POBAdRendering.h
– interstitialRendererDidExpireAd
This method is called to notify ad expiration
- (void)interstitialRendererDidExpireAd
Discussion
This method is called to notify ad expiration
Declared In
POBAdRendering.h