Republic Project MRAID SDK
1.0
|
#import <RPAdViewController.h>
Instance Methods | |
(void) | - adViewController:didLoadAdWithSize: |
(void) | - adViewController:didLoadAdWithError: |
(void) | - adViewControllerDidOpenModal: |
(void) | - adViewControllerDidClose: |
Protocol to represent the delegate methods of the advertisment view controller
- (void) adViewController: | (RPAdViewController *) | adViewController | |
didLoadAdWithError: | (NSError *) | error | |
Indicates that an error occurred while loading the ad
- (void) adViewController: | (RPAdViewController *) | adViewController | |
didLoadAdWithSize: | (CGSize) | adSize | |
Indicates the end of the load
adViewController | View controller that finish the load |
adSize | width and length of the frame loaded |
- (void) adViewControllerDidOpenModal: | (RPAdViewController *) | adViewController |
Indicates the view controller opened modally
adViewController | View controller that open modally |