Ad Asset
constructor(adId: String, adTitle: String, url: String, deliveryType: DeliveryType, adType: AdAsset.AdType, isSkippable: Boolean, skipOffset: Long, adNumber: Int, totalAdsInAdBreak: Int)
Constructor of an AdId.
Parameters
ad Id
the ad Id.
ad Title
the ad title.
url
the ad url.
delivery Type
the ad DeliveryType.
ad Type
the ad AdType.
is Skippable
whether the ad can be skipped.
skip Offset
the ad skip offset. Indicates when the ad can be skipped.
ad Number
the 1-indexed ad number in the ad break.
total Ads In Ad Break
the number of ads in the ad break.