GADNativeContentAdLoaderDelegate
@protocol GADNativeContentAdLoaderDelegate <GADAdLoaderDelegate>
The delegate of a GADAdLoader object implements this protocol to receive GADNativeContentAd ads.
-
Called when native content is received.
Declaration
Swift
func adLoader(_ adLoader: GADAdLoader, didReceive nativeContentAd: GADNativeContentAd)
Objective-C
- (void)adLoader:(nonnull GADAdLoader *)adLoader didReceiveNativeContentAd:(nonnull GADNativeContentAd *)nativeContentAd;