SkippedAdStrategy
@objc(THEOplayerSkippedAdStrategy)
public enum SkippedAdStrategy : Intextension SkippedAdStrategy: Encodable, CaseIterableThe strategies that can be applied when an ad break is skipped by a seek.
- 
                  
                  Plays all the ads skipped due to a seek. DeclarationSwift @objc(THEOplayerSkippedAdStrategyPLAY_ALL) case PLAY_ALL = 1
- 
                  
                  Plays none of the ads skipped due to a seek. DeclarationSwift @objc(THEOplayerSkippedAdStrategyPLAY_NONE) case PLAY_NONE = 2
- 
                  
                  Plays the last ad skipped due to a seek. DeclarationSwift @objc(THEOplayerSkippedAdStrategyPLAY_LAST) case PLAY_LAST = 3
- 
                  
                  The raw value of type String. DeclarationSwift public var _rawValue: String { get set }
 SkippedAdStrategy Enumeration Reference
      SkippedAdStrategy Enumeration Reference