8#import <Foundation/Foundation.h>
10NS_ASSUME_NONNULL_BEGIN
31- (id)initWithDescription:(NSString*)description;
This class holds public progress information about the adSlot.
Definition: SCPublicAdSlot.h:15
NSInteger currentCommercial
number Index of the current ad of variant COMMERCIAL. Defaulting to -1
Definition: SCPublicAdSlot.h:20
NSTimeInterval totalCommercialsDuration
number Total duration of ads with variant COMMERCIAL within the current ad break
Definition: SCPublicAdSlot.h:24
NSInteger totalClips
number Total number of ads within the current ad break, regardless of variants.
Definition: SCPublicAdSlot.h:18
NSInteger currentClip
number Index of the current ad, regardless of its variant.
Definition: SCPublicAdSlot.h:16
NSTimeInterval totalCommercialsCurrentTime
number Current time of all ads with variant COMMERCIAL within the current ad break
Definition: SCPublicAdSlot.h:26
NSDictionary * publicAdSlotDescription()
NSInteger totalCommercials
number Total number of ads with variant COMMERCIAL within the current ad break
Definition: SCPublicAdSlot.h:22