Republic Project MRAID SDK
1.0
|
#import <RPModalKit.h>
Instance Methods | |
(id) | - initWithViewController: |
(void) | - showVideoPlayer: |
Properties | |
id< RPModalKitDelegate > | delegate |
NSString * | currentId |
Class to show a video in modal mode
- (id) initWithViewController: | (UIViewController *) | viewController |
Inits the class with a view controller
viewController | View controller where to present the iOS video view controller |
- (void) showVideoPlayer: | (NSDictionary *) | urlDictionary |
Shows the video player and plays the specified URL
videoUrl | URL with the video to play |