ScheduledAd

public protocol ScheduledAd

An ad that is scheduled to appear at a certain point.

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

    Declaration

    Swift

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

    Declaration

    Swift

    var resourceURI: String { get }