SkippedAdStrategy
@available(*, deprecated, message: "This enumeration will be removed with the next major release.")
@objc(THEOplayerSkippedAdStrategy)
public enum SkippedAdStrategy : Int
extension SkippedAdStrategy: Encodable, CaseIterable
The strategies that can be applied when an ad break is skipped by a seek.
-
Plays all the ads skipped due to a seek.
Declaration
Swift
@objc(THEOplayerSkippedAdStrategyPLAY_ALL) case PLAY_ALL = 1
-
Plays none of the ads skipped due to a seek.
Declaration
Swift
@objc(THEOplayerSkippedAdStrategyPLAY_NONE) case PLAY_NONE = 2
-
Plays the last ad skipped due to a seek.
Declaration
Swift
@objc(THEOplayerSkippedAdStrategyPLAY_LAST) case PLAY_LAST = 3
-
The raw value of type String.
Declaration
Swift
public var _rawValue: String { get set }