AI-generated Key Takeaways
-
This document describes the
GADMediationInterscrollerAd
protocol, which represents a rendered interscroller ad in Google Mobile Ads mediation. -
The
delegateInterscrollerEffect
property determines if the Google Mobile Ads SDK should handle the rendering effect of the interscroller.
GADMediationInterscrollerAd
Deprecated
Interscroller will not be supported.
@protocol GADMediationInterscrollerAd <GADMediationBannerAd>
Rendered interscroller ad.
-
Deprecated
Interscroller will not be supported.
Indicates whether the interscroller rendering effect should be delegated to the Google Mobile Ads SDK.
Declaration
Swift
var delegateInterscrollerEffect: Bool { get set }
Objective-C
@property (nonatomic) BOOL delegateInterscrollerEffect;