To discuss and provide feedback on our products, join the official AdMob Discord channel in the Google Advertising and Measurement Community server.

GoogleMobileAds Framework Reference

  • GADAdLoaderDelegate is a base protocol for handling ad loading events in Google Mobile Ads SDK.

  • It provides methods to handle ad load failures and notify when the ad loading process is complete.

  • Developers need to implement the adLoader:didFailToReceiveAdWithError: method to handle ad loading errors.

  • Optionally, they can implement adLoaderDidFinishLoading: to get notified when the ad loader has finished.

GADAdLoaderDelegate

@protocol GADAdLoaderDelegate <NSObject>

Base ad loader delegate protocol. Ad types provide extended protocols that declare methods to handle successful ad loads.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年08月20日 UTC.