Package-level declarations

Contains classes that represent a response from Nimbus.

Types

Link copied to clipboard
@Serializable
class BidResponse(val type: String, val auction_id: String, val adomain: Array<String>? = null, val bid_in_cents: Int = 0, val bid_raw: Float = 0.0f, val content_type: String? = null, val crid: String? = null, val height: Int = 0, val width: Int = 0, val is_interstitial: Byte = 0, val markup: String, val network: String = "", val placement_id: String? = null, val is_mraid: Byte = 0, val position: String, val trackers: Map<String, Array<String>> = emptyMap(), val duration: Int = 0, val exp: Int = -1, val external_notifications: Map<String, String> = emptyMap())

A winning bid response from Nimbus