InterestGroupAuctionNetworkRequestCreatedParameter

@Serializable
data class InterestGroupAuctionNetworkRequestCreatedParameter(val type: Storage.InterestGroupAuctionFetchType, val requestId: String, val auctions: List<String>)

Specifies which auctions a particular network fetch may be related to, and in what role. Note that it is not ordered with respect to Network.requestWillBeSent (but will happen before loadingFinished loadingFailed).

Constructors

constructor(type: Storage.InterestGroupAuctionFetchType, requestId: String, auctions: List<String>)

Properties

Link copied to clipboard

This is the set of the auctions using the worklet that issued this request. In the case of trusted signals, it's possible that only some of them actually care about the keys being queried.

Link copied to clipboard
Link copied to clipboard