VerizonMediaConfiguration
@available(*, deprecated, message: "This class will be removed with the next major release.")
@objc(THEOplayerVerizonMediaConfiguration)
public class VerizonMediaConfiguration : NSObject, Encodable
An object to configure Verizon Media parameters.
-
Constructs a VerizonMediaConfiguration object.
Declaration
Swift
public init(defaultSkipOffset: Int? = -1, onSeekOverAd: SkippedAdStrategy? = .PLAY_NONE, ui: VerizonMediaUiConfiguration? = nil)Parameters
defaultSkipOffsetDefines the offset in seconds after which the ad break may be skipped. Defaults to -1.
onSeekOverAdDefines the ad skip strategy when seeking over ads. Defaults to
SkippedAdStrategy.PLAY_NONE.uiThe
VerizonMediaUiConfiguration. Defaults to nil.
VerizonMediaConfiguration Class Reference