Package-level declarations

Types

Link copied to clipboard
class Ad : Parcelable
Description of a persistent ad.
Link copied to clipboard
class AdManager : AdManagerInternal, AdLoading, AdManagerListening, SlotAds
The main class for Richie Ads.
Link copied to clipboard
View for showing either an Ad or SlotAdFlight.
Link copied to clipboard

Delegate for handling clicks on links in AdView. Set using AdManager.setOpenAdLinkDelegate.

Link copied to clipboard
Description of a slot ad flight, received from nextFlightForSlot.
Link copied to clipboard
data class SlotAdInfo(val id: String, val url: URL, val byteSize: Long)