InterestGroupAccessedParameter

@Serializable
data class InterestGroupAccessedParameter(val accessTime: Double, val type: Storage.InterestGroupAccessType, val ownerOrigin: String, val name: String, val componentSellerOrigin: String? = null, val bid: Double? = null, val bidCurrency: String? = null, val uniqueAuctionId: String? = null)

One of the interest groups was accessed. Note that these events are global to all targets sharing an interest group store.

Constructors

Link copied to clipboard
constructor(accessTime: Double, type: Storage.InterestGroupAccessType, ownerOrigin: String, name: String, componentSellerOrigin: String? = null, bid: Double? = null, bidCurrency: String? = null, uniqueAuctionId: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val bid: Double? = null

For bid or somethingBid event, if done locally and not on a server.

Link copied to clipboard
val bidCurrency: String? = null
Link copied to clipboard

For topLevelBid/topLevelAdditionalBid, and when appropriate, win and additionalBidWin

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uniqueAuctionId: String? = null

For non-global events --- links to interestGroupAuctionEvent