BoundaryInfo

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