Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The setAuctionTimeout property defines the time period, in milliseconds, to wait for a bidder to respond to a bid request. If the bidder fails to respond within the value set for the time out period (for example, 500 milliseconds), the bid request would result in failure.
Property
| Property | Type | Attribute | Description |
|---|---|---|---|
setAuctionTimeout |
integer | -- | Set the timeout period in milliseconds |
public static void setAuctionTimeout(long auctionTimeout)
Example
SDKSettings.setAuctionTimeout(500)