GADAdLoaderDelegate
protocol GADAdLoaderDelegate : NSObjectProtocol
Base ad loader delegate protocol. Ad types provide extended protocols that declare methods to handle successful ad loads.
-
Called when adLoader fails to load an ad.
Declaration
Swift
func adLoader(_ adLoader: GADAdLoader, didFailToReceiveAdWithError error: GADRequestError)
-
Called after adLoader has finished loading.
Declaration
Swift
optional func adLoaderDidFinishLoading(_ adLoader: GADAdLoader)