AdswizzShimZone

data class AdswizzShimZone(val zoneId: String? = null, val minExtraDuration: Duration? = null, val zoneAlias: String? = null)

AdswizzShimZone is used in AdswizzAdRequest to set the zone where shim ads should be retrieved. One AdswizzAdRequest can use only one AdswizzShimZone.

Constructors

Link copied to clipboard
constructor(zoneId: String? = null, minExtraDuration: Duration? = null, zoneAlias: String? = null)

Properties

Link copied to clipboard

specifies the minimum duration that the ad server is required to fill for the shim zone.

Link copied to clipboard
val zoneAlias: String? = null

zone alias could be used instead of zone id ( only one of them should be set)

Link copied to clipboard
val zoneId: String? = null

Identifies the zone where the request is made.