1) setUserName
|
Name | Description |
userName | User identification String (less than 256 bytes) |
2) Show Offerwall
Launch a offer wall in Modal view or Navigation controller.Method
- (void) showAdListAsModal:(UIViewController *)viewController title:(NSString *)title
- (void) showAdListNavigation:(UIViewController *)viewController title:(NSString *)title
Parameters
Name | Description |
viewController | ViewController object |
title | Title displayed at header |