Package-level declarations
Contains all public entities related to requests to the ad server that you will encounter when working with the AdSDK.
Types
Link copied to clipboard
Enum class describing the expected type of placement for the Advertisement.
Link copied to clipboard
Describes a request to load an advertisement.
Link copied to clipboard
Describes a request to "tag" a user.
Link copied to clipboard
data class TrackingRequest(val landingPageId: Int, val trackingSpotId: Int, val orderId: String? = null, val itemNumber: String? = null, val description: String? = null, val quantity: Int? = null, val price: Float? = null, val total: Float? = null, val timeout: UInt? = null)
Trigger a request for conversion tracking.