8#import <Foundation/Foundation.h>
16@property (nonatomic, copy) NSString *
adId;
19@property (nonatomic, copy) NSString *
title;
22@property (nonatomic, copy) NSString *
variant;
This class holds the advertisement information.
Definition: SCAdInfo.h:14
NSString * adId
id of the ad
Definition: SCAdInfo.h:16
BOOL skippable
a boolean value, that indicates if the ad can be skipped
Definition: SCAdInfo.h:25
NSString * title
title of the ad
Definition: SCAdInfo.h:19
NSInteger currentTime
current time regarding the the current commercials duration
Definition: SCAdInfo.h:31
NSString * variant
variant string
Definition: SCAdInfo.h:22
SCUniversalAdId * universalAdId
universal ad id
Definition: SCAdInfo.h:40
NSInteger errorCode
if an error occurs, the error code, describing the error type
Definition: SCAdInfo.h:37
NSInteger duration
duration of the current commercial
Definition: SCAdInfo.h:28
NSArray * wrapperTags
an array of wrapper tags
Definition: SCAdInfo.h:34
NSDictionary * adInfoDescription()
This class holds the information of an universal AdId.
Definition: SCUniversalAdId.h:13