JWAdvertisingConfig

@objc
public class JWAdvertisingConfig : NSObject

Encompasses all configuration options for ad plugins.

  • The XML of the VMAP to load.

    Note

    Used for JW.

    Declaration

    Swift

    public internal(set) var vmapXML: String? { get }
  • The number of seconds to delay the ability to skip the ad.

    Note

    Used for JW.

    Declaration

    Swift

    public internal(set) var skipOffset: TimeInterval? { get }