GoogleMobileAds (Beta) Framework Reference

Protocols

The following protocols are available globally.

  • Delegate for preloading events.

    Declaration

    Swift

    protocol PreloadDelegate : NSObjectProtocol

    Objective-C

    @protocol GADPreloadDelegate <NSObject>
  • Delegate for receiving lifecycle event messages from a GADSwipeableInterstitialAd.

    Declaration

    Swift

    protocol SwipeableInterstitialAdDelegate : NSObjectProtocol

    Objective-C

    @protocol GADSwipeableInterstitialAdDelegate <NSObject>