AdswizzAdZone

constructor(@Json(name = "zoneId") zoneId: String? = null, @Json(name = "maxAds") maxAds: Int? = null, @Json(name = "maxDuration") maxDuration: Long? = null, @Json(name = "zoneAlias") zoneAlias: String? = null)

Parameters

zoneId

: Identifies the zone where the request is made.

maxAds

: maximum number of ads to be returned for the specified AdswizzAdRequest object.

maxDuration

: maximum duration (sum of each individual ad duration) to limit total ad time.

zoneAlias

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