GoogleMobileAds Framework Reference  |  iOS  |  Google for Developers | Latest TMZ Celebrity News & Gossip | Watch TMZ Live

GoogleMobileAds Framework Reference

GADBannerView


@interface GADBannerView : UIView

A view that displays banner ads. See https://developers.google.com/admob/ios/banner to get started.

  • Initializes and returns a banner view with the specified ad size and origin relative to the banner’s superview.

    Declaration

    Swift

    init(adSize: AdSize, origin: CGPoint)

    Objective-C

    - (nonnull instancetype)initWithAdSize:(GADAdSize)adSize origin:(CGPoint)origin;
  • Initializes and returns a banner view with the specified ad size placed at its superview’s origin.

    Declaration

    Swift

    init(adSize: AdSize)

    Objective-C

    - (nonnull instancetype)initWithAdSize:(GADAdSize)adSize;
  • Required value created on the AdMob website. Create a new ad unit for every unique placement of an ad in your application. Set this to the ID assigned for this placement. Ad units are important for targeting and statistics.

    Example AdMob ad unit ID: @“ca-app-pub-0123456789012345/0123456789”

    Declaration

    Swift

    var adUnitID: String? { get set }

    Objective-C

    @property (nonatomic, copy, nullable) NSString *adUnitID;
  • Reference to a root view controller that is used by the banner to present full screen content after the user interacts with the ad. If this is nil, the view controller containing the banner view is used.

    Declaration

    Swift

    @IBOutlet weak var rootViewController: UIViewController? { get set }

    Objective-C

    @property (nonatomic, weak, nullable) UIViewController *rootViewController;
  • Required to set this banner view to a proper size. Never create your own GADAdSize directly. Use one of the predefined standard ad sizes (such as GADAdSizeBanner), or create one using the GADAdSizeFromCGSize method. If not using mediation, then changing the adSize after an ad has been shown will cause a new request (for an ad of the new size) to be sent. If using mediation, then a new request may not be sent.

    Declaration

    Swift

    var adSize: AdSize { get set }

    Objective-C

    @property (nonatomic) GADAdSize adSize;
  • Optional delegate object that receives state change notifications from this GADBannerView. Typically this is a UIViewController.

    Declaration

    Swift

    @IBOutlet weak var delegate: (any BannerViewDelegate)? { get set }

    Objective-C

    @property (nonatomic, weak, nullable) id<GADBannerViewDelegate> delegate;
  • Optional delegate that is notified when creatives cause the banner to change size.

    Declaration

    Swift

    @IBOutlet weak var adSizeDelegate: (any AdSizeDelegate)? { get set }

    Objective-C

    @property (nonatomic, weak, nullable) id<GADAdSizeDelegate> adSizeDelegate;
  • Requests an ad. The request object supplies targeting information.

    Declaration

    Swift

    func load(_ request: Request?)

    Objective-C

    - (void)loadRequest:(nullable GADRequest *)request;
  • Loads the ad and informs |delegate| of the outcome.

    Declaration

    Swift

    func load(with adResponseString: String)

    Objective-C

    - (void)loadWithAdResponseString:(nonnull NSString *)adResponseString;
  • A Boolean value that determines whether autoloading of ads in the receiver is enabled. If enabled, you do not need to call the loadRequest: method to load ads.

    Declaration

    Swift

    var isAutoloadEnabled: Bool { get set }

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite,
              getter=isAutoloadEnabled) BOOL autoloadEnabled;
  • Information about the ad response that returned the current ad or an error. Nil until the first ad request succeeds or fails.

    Declaration

    Swift

    var responseInfo: ResponseInfo? { get }

    Objective-C

    @property (nonatomic, readonly, nullable) GADResponseInfo *responseInfo;
  • Called when ad is estimated to have earned money. Available for allowlisted accounts only.

    Declaration

    Swift

    var paidEventHandler: GADPaidEventHandler? { get set }

    Objective-C

    @property (nonatomic, copy, nullable) GADPaidEventHandler paidEventHandler;
  • Indicates whether the last loaded ad is a collapsible banner.

    Declaration

    Swift

    var isCollapsible: Bool { get }

    Objective-C

    @property (nonatomic, readonly) BOOL isCollapsible;

TMZ Celebrity News – Breaking Stories, Videos & Gossip

Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.

Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.

🎥 Watch TMZ Live

TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.