Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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 time out period (for example, 500 milliseconds), the bid request would result in failure.
Property
| Property | Type | Attribute | Description |
|---|---|---|---|
setAuctionTimeout |
Integer | readwrite | Set the timeout period in milliseconds |
@property (nonatomic, readwrite, assign) NSUInteger auctionTimeout;
Example
[[ANSDKSettings sharedInstance] setAuctionTimeout:500];