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
defaultSkipOffset
Defines the offset in seconds after which the ad break may be skipped. Defaults to -1.
onSeekOverAd
Defines the ad skip strategy when seeking over ads. Defaults to
SkippedAdStrategy.PLAY_NONE
.ui
The
VerizonMediaUiConfiguration
. Defaults to nil.