SVSAdPlayerConfigurationVPAIDOptions
Objective-C
@interface SVSAdPlayerConfigurationVPAIDOptions : NSObject <NSCopying, NSCoding>Swift
class SVSAdPlayerConfigurationVPAIDOptions : NSObject, NSCopying, NSCodingHold the configuration options related to VPAID.
- 
                    
                    Initialize a new instance of SVSAdPlayerConfigurationVPAIDOptions with the default configuration. DeclarationObjective-C - (nonnull instancetype)init;Swift init()Return ValueThe initialized SVSAdPlayerConfigurationVPAIDOptions instance. 
- 
                    
                    YES to show the countdown before the end of the linear break, NO to hide. Note This might interfere with the creative’s controls and degrade the user experience.Default: NO DeclarationObjective-C @property (nonatomic) BOOL enableCountdownVideo;Swift var enableCountdownVideo: Bool { get set }
- 
                    
                    YES to show a skip button over VPAID ads, NO to hide. Note This might interfere with the creative’s controls and degrade the user experience.Default: NO DeclarationObjective-C @property (nonatomic) BOOL enableSkip;Swift var enableSkip: Bool { get set }
