GoogleMobileAds Framework Reference

  • GADMediationInterscrollerAd is a protocol that defines the behavior of rendered interscroller ads.

  • The delegateInterscrollerEffect property controls if the Google Mobile Ads SDK manages the interscroller rendering effect or not.

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;