Boundary
public enum Boundary : Decodable
A boundary that represents a threshold after which an ad is no longer relevant.
-
Represents the boundary of an ad that is relevant for up to three days after the original airing.
Declaration
Swift
case c3(BoundaryC3)
-
Represents the boundary of an ad that is relevant for up to seven days after the original airing.
Declaration
Swift
case c7(BoundaryC7)
-
The boundary info of the special content.
Declaration
Swift
case halfTime(BoundaryHalftime)