InterestGroupAccessed

@Serializable
data class InterestGroupAccessed(val accessTime: TimeSinceEpoch, val type: InterestGroupAccessType, val ownerOrigin: String, val name: String, val componentSellerOrigin: String? = null, val bid: Double? = null, val bidCurrency: String? = null, val uniqueAuctionId: InterestGroupAuctionId? = null) : StorageEvent

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

Official doc

Constructors

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

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

(undocumented in the protocol definition)

Link copied to clipboard

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

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

For non-global events --- links to interestGroupAuctionEvent