GoogleMobileAds (Beta) Framework Reference

Type-Definitions

The following type definitions are available globally.

  • A block that executes when the ad request operation completes. On success, ad is non-nil and |error| is nil. On failure, ad is nil and |error| is non-nil.

    Declaration

    Swift

    typealias GADSwipeableInterstitialAdLoadCompletionHandler = (SwipeableInterstitialAd?, (any Error)?) -> Void

    Objective-C

    typedef void (^GADSwipeableInterstitialAdLoadCompletionHandler)(
        GADSwipeableInterstitialAd *_Nullable, NSError *_Nullable)