FPAdSchedule

@objc
@objcMembers
public class FPAdSchedule : NSObject

Represends an ad schedule that can be either an ad schedule remote url (eg. to a VMAP file) or a list of FPAdBreak objects.

  • Creates an ad schedule from a remote url (eg. to a VMAP file).

    Declaration

    Swift

    public init(adScheduleUrl: String)
  • Creates an ad schedule from a list of FPAdBreak objects.

    Declaration

    Swift

    public init(adScheduleWaterfall: Array<FPAdBreak>)