AdDebugCatalog

class AdDebugCatalog(val banner: AdPlacement, val collapsibleBanner: AdPlacement, val native: AdPlacement, val interstitial: AdPlacement, val rewarded: AdPlacement, val rewardedInterstitial: AdPlacement, val appOpen: AdPlacement, val layouts: List<AdLayout> = listOf(AdTemplates.compact, AdTemplates.medium, AdTemplates.feedCard))(source)

The placement set a debug ad screen drives, plus the native layouts its gallery renders.

Defaults to Test — Google's test ad units with AdPlacement.strictTestMode on. Supply your own to debug your own inventory and mediation waterfall; the screen applies no extra safety of its own, so a catalog built from production ad unit ids will request production ads.

Constructors

Link copied to clipboard
constructor(banner: AdPlacement, collapsibleBanner: AdPlacement, native: AdPlacement, interstitial: AdPlacement, rewarded: AdPlacement, rewardedInterstitial: AdPlacement, appOpen: AdPlacement, layouts: List<AdLayout> = listOf(AdTemplates.compact, AdTemplates.medium, AdTemplates.feedCard))

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard