GoogleMobileAds Framework Reference

  • The GADAdLoaderDelegate protocol acts as the foundation for handling ad loading processes in Google Mobile Ads SDK.

  • It provides methods like adLoader:didFailToReceiveAdWithError: to handle ad loading failures.

  • It offers an optional method, adLoaderDidFinishLoading:, to signal the completion of ad loading by the adLoader.

GADAdLoaderDelegate

@protocol GADAdLoaderDelegate <NSObject>

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