Class InterestGroupAuctionNetworkRequestCreatedEventArgs
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).
public sealed class InterestGroupAuctionNetworkRequestCreatedEventArgs : EventArgs
- Inheritance
-
InterestGroupAuctionNetworkRequestCreatedEventArgs
- Inherited Members
Properties
Auctions
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.
[JsonPropertyName("auctions")]
public string[] Auctions { get; set; }
Property Value
- string[]
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
Type
Gets or sets the type
[JsonPropertyName("type")]
public InterestGroupAuctionFetchType Type { get; set; }