GADAdLoaderAdTypes.h 695 B

12345678910111213141516171819202122
  1. //
  2. // GADAdLoaderAdTypes.h
  3. // Google Mobile Ads SDK
  4. //
  5. // Copyright 2015 Google Inc. All rights reserved.
  6. //
  7. #import <Foundation/Foundation.h>
  8. #import "GoogleMobileAdsDefines.h"
  9. // For use with GADAdLoader's creation methods. See the constants' respective headers for each ad
  10. // type's delegate requirements.
  11. /// Native app install ad type. \see GADNativeAppInstallAd.h.
  12. GAD_EXTERN NSString *const kGADAdLoaderAdTypeNativeAppInstall;
  13. /// Native content ad type. \see GADNativeContentAd.h.
  14. GAD_EXTERN NSString *const kGADAdLoaderAdTypeNativeContent;
  15. /// Native custom template ad type. \see GADNativeCustomTemplateAd.h.
  16. GAD_EXTERN NSString *const kGADAdLoaderAdTypeNativeCustomTemplate;