| - (void) dismissAnimated: |  | (BOOL) | animated |  | 
      
 
Hides the interstitial.
- Parameters
- 
  
    | animated | Animated transtition. |  
 
 
 
Begins loading ad content for the interstitial. You can implement the adInterstitialDidLoad: and adInterstitialDidFailLoad: methods of LDAdInterstitialDelegate if you would like to be notified as loading succeeds or fails. 
 
 
      
        
          | - (void) showFromViewController: |  | (UIViewController *) | controller | 
        
          | animated: |  | (BOOL) | animated | 
        
          |  |  |  |  | 
      
 
Shows the interstitial, if it is ready.
- Parameters
- 
  
    | controller | The parent view controller. |  | animated | Animated transtition. |  
 
 
 
The documentation for this protocol was generated from the following file: