8#import <Foundation/Foundation.h>
17@property (nonatomic, copy) NSString *
adId;
20@property (nonatomic, copy) NSString *
title;
23@property (nonatomic, copy) NSString *
variant;
52- (id)initWithDescription:(NSString*)description;
Definition: SCAdInfo.h:16
NSString * adId
id of the ad
Definition: SCAdInfo.h:17
BOOL skippable
Definition: SCAdInfo.h:31
NSString * title
title of the ad
Definition: SCAdInfo.h:20
NSInteger currentTime
current time regarding the the current commercials duration
Definition: SCAdInfo.h:37
NSString * variant
variant string
Definition: SCAdInfo.h:23
SCUniversalAdId * universalAdId
universal ad id
Definition: SCAdInfo.h:46
NSInteger errorCode
if an error occurs, the error code, describing the error type
Definition: SCAdInfo.h:43
NSInteger duration
duration of the current commercial
Definition: SCAdInfo.h:34
NSArray * wrapperTags
an array of wrapper tags
Definition: SCAdInfo.h:40
NSDictionary * adInfoDescription()
Definition: SCUniversalAdId.h:15