VerizonMediaPingConfiguration
public class VerizonMediaPingConfiguration : CodableDescribes the configuration of Verizon Media Ping feature.
- 
                  
                  Whether to request information about upcoming ad breaks in the Ping responses. Precondition Only available when VerizonMediaSource.assetTypeisVerizonMediaAssetType.ASSET.Remark Remark: - This feature will update the exposed ads found on VerizonMedia.ads | player.verizonMedia.ads.
- Defaults to true if VerizonMediaSource.assetType is "event"or"channel", otherwise false.
 DeclarationSwift public var linearAdData: Bool?
- 
                  
                  Whether to increase the accuracy of ad events by passing the current playback time in Ping requests, defaults to false. DeclarationSwift public var adImpressions: Bool?
- 
                  
                  Whether to enable FreeWheel’s Video View by Callback feature to send content impressions to the FreeWheel server, defaults to false. DeclarationSwift public var freeWheelVideoViews: Bool?
- 
                  
                  Constructs a Verizon Media Ping Configuration. DeclarationSwift public init(linearAdData: Bool? = nil, adImpressions: Bool? = false, freeWheelVideoViews: Bool? = false)ParameterslinearAdDataWhether to request information about upcoming ad breaks in the Ping responses, defaults to nil. adImpressionsWhether to increase the accuracy of ad events by passing the current playback time in Ping requests, defaults to false. freeWheelVideoViewsWhether to enable FreeWheel’s Video View by Callback feature to send content impressions to the FreeWheel server, defaults to false. 
 VerizonMediaPingConfiguration Class Reference
      VerizonMediaPingConfiguration Class Reference