GoogleMobileAds Framework Reference

  • The GADMediationInterscrollerAd protocol is deprecated.

  • Interscroller functionality is not supported.

  • The delegateInterscrollerEffect property is also deprecated and indicates whether the rendering effect is delegated to the Google Mobile Ads SDK.

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;