Package-level declarations

Types

Link copied to clipboard
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))

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

Link copied to clipboard

Opt-in recorder for the debug console's event stream.

Functions

Link copied to clipboard
fun AdDebugScreen(catalog: AdDebugCatalog = AdDebugCatalog.Test, manager: AdManager = LocalAdManager.current, onBack: () -> Unit = {}, modifier: Modifier = Modifier)

On-device debug console for admob-cmp.