Interface UplynkResponseLiveAds

Represents an Uplynk response with advertisement information for live assets.

interface UplynkResponseLiveAds {
    breaks: UplynkResponseLiveAdBreak[];
}

Properties

Properties

List of ad break information.


- This includes both linear and non-linear ads.