ScheduledAd

public protocol ScheduledAd

A Scheduled Ad.

  • A reference to the AdBreak of which the ad is a part of.

    Declaration

    Swift

    var adBreak: AdBreak { get }
  • The URI of the the ad content.

    Declaration

    Swift

    var resourceURI: String { get }