InterestGroupAuctionFetchType

@Serializable(with = InterestGroupAuctionFetchTypeSerializer::class)
sealed interface InterestGroupAuctionFetchType

Enum of network fetches auctions can do.

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = InterestGroupAuctionFetchTypeSerializer::class)
data object bidderJs : InterestGroupAuctionFetchType
Link copied to clipboard
@Serializable(with = InterestGroupAuctionFetchTypeSerializer::class)
data object bidderTrustedSignals : InterestGroupAuctionFetchType
Link copied to clipboard
@Serializable(with = InterestGroupAuctionFetchTypeSerializer::class)
data object bidderWasm : InterestGroupAuctionFetchType
Link copied to clipboard
@Serializable(with = InterestGroupAuctionFetchTypeSerializer::class)
data class NotDefinedInProtocol(val value: String) : InterestGroupAuctionFetchType

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 = InterestGroupAuctionFetchTypeSerializer::class)
data object sellerJs : InterestGroupAuctionFetchType
Link copied to clipboard
@Serializable(with = InterestGroupAuctionFetchTypeSerializer::class)
data object sellerTrustedSignals : InterestGroupAuctionFetchType