Adswizz Ad Zone
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
zone Id
: Identifies the zone where the request is made.
max Ads
: maximum number of ads to be returned for the specified AdswizzAdRequest object.
max Duration
: maximum duration (sum of each individual ad duration) to limit total ad time.
zone Alias
: zone alias could be used instead of zone id ( only one of them should be set)