| | |
| | | #import <Foundation/Foundation.h> |
| | | #import <GoogleMobileAds/GoogleMobileAdsDefines.h> |
| | | |
| | | typedef NSString *GADAdLoaderAdType NS_TYPED_ENUM; |
| | | typedef NSString *GADAdLoaderAdType NS_TYPED_ENUM NS_SWIFT_NAME(AdLoaderAdType); |
| | | |
| | | /// Use with GADAdLoader to request native custom template ads. To receive ads, the ad loader's |
| | | /// delegate must conform to the GADCustomNativeAdLoaderDelegate protocol. See GADCustomNativeAd.h. |
| | |
| | | |
| | | /// Use with GADAdLoader to request Google Ad Manager banner ads. To receive ads, the ad loader's |
| | | /// delegate must conform to the GAMBannerAdLoaderDelegate protocol. See GAMBannerView.h. |
| | | FOUNDATION_EXPORT GADAdLoaderAdType _Nonnull const GADAdLoaderAdTypeGAMBanner; |
| | | FOUNDATION_EXPORT GADAdLoaderAdType _Nonnull const GADAdLoaderAdTypeGAMBanner NS_SWIFT_NAME(adManagerBanner); |
| | | |
| | | /// Use with GADAdLoader to request native ads. To receive ads, the ad loader's delegate must |
| | | /// conform to the GADNativeAdLoaderDelegate protocol. See GADNativeAd.h. |