GADNativeAppInstallAdLoaderDelegate
protocol GADNativeAppInstallAdLoaderDelegate : GADAdLoaderDelegateThe delegate of a GADAdLoader object implements this protocol to receive GADNativeAppInstallAd ads.
-
Called when a native app install ad is received.
Declaration
Swift
func adLoader(_ adLoader: GADAdLoader, didReceive nativeAppInstallAd: GADNativeAppInstallAd)