BradmaxPlayerSdk
BPSMAdvertisement.h
1 #ifndef BPSMAdvertisement_h
2 #define BPSMAdvertisement_h
3 
4 #import <Foundation/Foundation.h>
5 
7 @interface BPSMAdvertisement : NSObject
8 
14 @property NSString *vmap;
15 
17 @property NSMutableArray *breaks;
18 
22 @property NSString *vastLoopUrl;
23 
24 - (NSDictionary *) toNSDictionary;
25 
26 @end
27 
28 #endif /* BPSMAdvertisement_h */
NSMutableArray * breaks
Array of BPSMAdvertisementBreak objects.
Definition: BPSMAdvertisement.h:17
NSString * vmap
String containing :
Definition: BPSMAdvertisement.h:14
NSString * vastLoopUrl
This option is for continuous ads presentation without any other content (only ads).
Definition: BPSMAdvertisement.h:22
Player configuration for advertisements.
Definition: BPSMAdvertisement.m:5