ScheduledAd_Objc
@objc(THEOplayerScheduledAd)
public protocol ScheduledAd_Objc
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
@objc(adBreak) var adBreak_Objc: AdBreak_Objc { get }
-
The URI of the ad content.
Declaration
Swift
var resourceURI: String { get }