Ads iOS
Instance Methods
<LDAdInterstitialDelegate> Protocol Reference

Inherits <NSObject>.

Instance Methods

(void) - adInterstitialDidLoad:
 
(void) - adInterstitialDidFailLoad:withError:
 
(void) - adInterstitialWillAppear:
 
(void) - adInterstitialWillDisappear:
 
(void) - adInterstitialDidCompleteRewardedVideo:withReward:
 

Method Documentation

- (void) adInterstitialDidCompleteRewardedVideo: (LDAdInterstitial *)  interstitial
withReward: (int)  reward 
optional

Sent when a rewarded video interstitial is completed

Parameters
interstitialThe interstitial.
- (void) adInterstitialDidFailLoad: (LDAdInterstitial *)  interstitial
withError: (NSError *)  error 
optional

Sent when an interstitial ad object fails to load an ad.

Parameters
interstitialThe interstitial.
errorThe reported error.
- (void) adInterstitialDidLoad: (LDAdInterstitial *)  interstitial
optional

Sent when an interstitial successfully loads a new ad.

Parameters
interstitialThe interstitial.
- (void) adInterstitialWillAppear: (LDAdInterstitial *)  interstitial
optional

Sent immediately before an interstitial ad object is presented on the screen. Your implementation of this method should pause any application activity that requires user interaction.

Parameters
interstitialThe interstitial.
- (void) adInterstitialWillDisappear: (LDAdInterstitial *)  interstitial
optional

Sent after an interstitial ad object has been dismissed from the screen, returning control to your application. Your implementation of this method should resume any application activity that was paused prior to the interstitial being presented on-screen.

Parameters
interstitialThe interstitial.

The documentation for this protocol was generated from the following file: