Package-level declarations

Types

Link copied to clipboard

Constants for API endpoints and other configuration values

Link copied to clipboard
data class Auction
Link copied to clipboard
sealed class AuctionConfig

Sealed class representing the configuration for a sponsored listing auction.

Link copied to clipboard
sealed class AuctionError : Exception

Sealed class that represents various errors that can occur during auctions

Link copied to clipboard
data class AuctionRequest(val auctions: List<Auction>)
Link copied to clipboard
data class AuctionResponse

Response from the Topsort auction API containing the results of one or more auctions.

Link copied to clipboard
enum Device : Enum<Device>

Device type for auctions and analytics events.

Link copied to clipboard