GADNativeCustomTemplateAdLoaderDelegate
protocol GADNativeCustomTemplateAdLoaderDelegate : GADAdLoaderDelegateThe delegate of a GADAdLoader object implements this protocol to receive GADNativeCustomTemplateAd ads.
-
Called when requesting an ad. Asks the delegate for an array of custom template ID strings.
Declaration
Swift
func nativeCustomTemplateIDs(for adLoader: GADAdLoader) -> [String] -
Tells the delegate that a native custom template ad was received.
Declaration
Swift
func adLoader(_ adLoader: GADAdLoader, didReceive nativeCustomTemplateAd: GADNativeCustomTemplateAd)