BoundaryInfo

@available(*, deprecated, message: "This structure will be removed with the next major release.")
public struct BoundaryInfo : Decodable

Represents the information of an ad Boundary.

  • The duration of this boundary, in seconds.

    Declaration

    Swift

    public var duration: Double
  • The offset for this boundary, in seconds.

    Declaration

    Swift

    public var offset: Double