Package-level declarations

Contains the classes used for making a Request to Nimbus.

Types

Link copied to clipboard
object ApsDemandProvider : AsyncInterceptor

Please initialize APS using the APS SDK. For more information see the Nimbus APS Docs

Functions

Link copied to clipboard
fun NimbusRequest.addApsLoader(loader: DTBAdLoader)

Adds a DTBAdLoader to the request which will handle making the request when the NimbusRequest is made

Link copied to clipboard
fun NimbusRequest.addApsResponse(response: DTBAdResponse)

Adds the parameters from a DTBAdResponse to the request which includes APS in the auction.

Link copied to clipboard
operator fun NimbusRequest.plusAssign(loader: DTBAdLoader)

Adds a DTBAdLoader to the request which will handle making the request when the NimbusRequest is made

operator fun NimbusRequest.plusAssign(response: DTBAdResponse)

Adds the parameters from a DTBAdResponse to the request which includes APS in the auction