InterestGroupAuctionEventType

@Serializable(with = InterestGroupAuctionEventTypeSerializer::class)
sealed interface InterestGroupAuctionEventType

Enum of auction events.

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = InterestGroupAuctionEventTypeSerializer::class)
data object configResolved : InterestGroupAuctionEventType
Link copied to clipboard
@Serializable(with = InterestGroupAuctionEventTypeSerializer::class)
data class NotDefinedInProtocol(val value: String) : InterestGroupAuctionEventType

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).

Link copied to clipboard
@Serializable(with = InterestGroupAuctionEventTypeSerializer::class)
data object started : InterestGroupAuctionEventType