PlacementDebugInfo

class PlacementDebugInfo(
    val placementName: String,
    val adType: AdType,
    val loadedAdNetworkName: String,
    val isLoadingNewAd: Boolean,
    val lastShownAdNetworkName: String?, // available only for RewardedAd, Fullscreen, NativeAd placements
    val adsAttachedToLayout: List<Ad>? // available only for NativeAds
)

Last updated