Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.47 KB | None | 0 0
  1. -(void)createNexageAdWithKey
  2. {
  3.    
  4.     NSLog(@"The Nexage Manager is %@",[NexageManager sharedInstance]);
  5.    
  6.     if(nil==mAdConroller)
  7.     {
  8.         [[NexageManager sharedInstance]initializeWithDelegate:self dcn:self.adMobkey locationAware: YES];
  9.         [[NexageManager sharedInstance] enableLoggerOutput:YES];
  10.        
  11.         NexageAdViewController  *adController=[[NexageAdViewController alloc] initWithPosition:@"header"];
  12.         mAdConroller=adController;
  13.         [adController setIntervalTo: 30];
  14.     }
  15.    
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement