Verizon Media API
-
The Verizon Media API.
See moreDeclaration
Swift
public protocol VerizonMedia : EventDispatcherProtocol
-
The Verizon Media ad API.
See moreDeclaration
Swift
public protocol VerizonMediaAd : EventDispatcherProtocol
-
The Verizon Media ad break API.
See moreDeclaration
Swift
public protocol VerizonMediaAdBreak : EventDispatcherProtocol
-
The API for Verizon Media advertisements.
See moreDeclaration
Swift
public protocol VerizonMediaAds
-
Represents a Verizon Media Preplay base response.
See moreDeclaration
Swift
public protocol VerizonMediaPreplayBaseResponse
-
The Verizon Media Preplay Live Response API.
Declaration
Swift
public protocol VerizonMediaPreplayLiveResponse : VerizonMediaPreplayBaseResponse
-
The Verizon Media Preplay VOD response.
See moreDeclaration
Swift
public protocol VerizonMediaPreplayVodResponse : VerizonMediaPreplayBaseResponse
-
The Verizon Media Response DRM.
See moreDeclaration
Swift
public protocol VerizonMediaResponseDrm
-
The Verizon Media Response Vod ad API.
See moreDeclaration
Swift
public protocol VerizonMediaResponseVodAd
-
The Verizon Media Response Vod ad break API.
See moreDeclaration
Swift
public protocol VerizonMediaResponseVodAdBreak
-
The offset of the Verizon Media ad break.
See moreDeclaration
Swift
public protocol VerizonMediaResponseVodAdBreakOffset
-
The Verizon Media Response Vod ad placeholder API.
Remark
- A placeholder is an ad which:
- is a short blank video for non-video ads (e.g. VPAID ads).
- is a system asset which is potentially subject to change.
Declaration
Swift
public protocol VerizonMediaResponseVodAdPlaceholder
-
The Verizon Media Response Vod ads API.
See moreDeclaration
Swift
public protocol VerizonMediaResponseVodAds
-
An object to configure Verizon Media parameters.
See moreDeclaration
Swift
@objc(THEOplayerVerizonMediaConfiguration) public class VerizonMediaConfiguration : NSObject, Encodable
-
The Verizon Media external identifier.
See moreDeclaration
Swift
public class VerizonMediaExternalId : Codable
-
The
See moreVerizonMedia
source object.Declaration
Swift
public class VerizonMediaSource : TypedSource
-
The Verizon Media UI Configuration API.
See moreDeclaration
Swift
@objc(THEOplayerVerizonMediaUiConfiguration) public class VerizonMediaUiConfiguration : NSObject, Encodable
-
Describes the configuration of Verizon Media Ping feature.
See moreDeclaration
Swift
public class VerizonMediaPingConfiguration : Codable
-
An object that contains an array of
See moreVerizonMediaAd
.Declaration
Swift
public class VerizonMediaAdArray : EventedArray<VerizonMediaAd>
-
The strategies that can be applied when an ad break is skipped by a seek.
See moreDeclaration
Swift
@objc(THEOplayerSkippedAdStrategy) public enum SkippedAdStrategy : Int
extension SkippedAdStrategy: Encodable, CaseIterable