Protocols
The following protocols are available globally.
-
The DFPCustomRenderedAd banner view delegate protocol for notifying the delegate of changes to custom rendered banners.
Declaration
Swift
protocol DFPCustomRenderedBannerViewDelegateObjective-C
@protocol DFPCustomRenderedBannerViewDelegate <NSObject>
-
The DFPCustomRenderedAd interstitial delegate protocol for notifying the delegate of changes to custom rendered interstitials.
Declaration
Swift
protocol DFPCustomRenderedInterstitialDelegate : NSObjectProtocolObjective-C
@protocol DFPCustomRenderedInterstitialDelegate <NSObject>
-
Delegate methods common to multiple ad types.
Declaration
Swift
protocol GADAdDelegateObjective-C
@protocol GADAdDelegate <NSObject>
-
Base ad loader delegate protocol. Ad types provide extended protocols that declare methods to handle successful ad loads.
Declaration
Swift
protocol GADAdLoaderDelegate : NSObjectProtocolObjective-C
@protocol GADAdLoaderDelegate <NSObject>
-
An object implementing this protocol contains information set by the publisher on the client device for a particular ad network.
Ad networks should create an ‘extras’ object implementing this protocol for their publishers to use.
Declaration
Swift
protocol GADAdNetworkExtras : NSObjectProtocolObjective-C
@protocol GADAdNetworkExtras <NSObject>
-
The class implementing this protocol will be notified when the DFPBannerView changes ad size. Any views that may be affected by the banner size change will have time to adjust.
Declaration
Swift
protocol GADAdSizeDelegate : NSObjectProtocolObjective-C
@protocol GADAdSizeDelegate <NSObject>
-
Implement your app event within these methods. The delegate will be notified when the SDK receives an app event message from the ad.
Declaration
Swift
protocol GADAppEventDelegate : NSObjectProtocolObjective-C
@protocol GADAppEventDelegate <NSObject>
-
Delegate methods for receiving GADBannerView state change messages such as ad request status and ad click lifecycle.
Declaration
Swift
protocol GADBannerViewDelegateObjective-C
@protocol GADBannerViewDelegate <GADAdDelegate>
-
The banner custom event protocol. Your banner custom event handler must implement this protocol.
Declaration
Swift
protocol GADCustomEventBannerObjective-C
@protocol GADCustomEventBanner <NSObject>
-
Call back to this delegate in your custom event. You must call customEventBanner:didReceiveAd: when there is an ad to show, or customEventBanner:didFailAd: when there is no ad to show. Otherwise, if enough time passed (several seconds) after the SDK called the requestBannerAd: method of your custom event, the mediation SDK will consider the request timed out, and move on to the next ad network.
Declaration
Swift
protocol GADCustomEventBannerDelegate : NSObjectProtocolObjective-C
@protocol GADCustomEventBannerDelegate <NSObject>
-
The interstitial custom event protocol. Your interstitial custom event handler must implement this protocol.
Declaration
Swift
protocol GADCustomEventInterstitialObjective-C
@protocol GADCustomEventInterstitial <NSObject>
-
Call back to this delegate in your custom event. You must call customEventInterstitialDidReceiveAd: when there is an ad to show, or customEventInterstitial:didFailAd: when there is no ad to show. Otherwise, if enough time passed (several seconds) after the SDK called the requestInterstitialAdWithParameter: method of your custom event, the mediation SDK will consider the request timed out, and move on to the next ad network.
Declaration
Swift
protocol GADCustomEventInterstitialDelegate : NSObjectProtocolObjective-C
@protocol GADCustomEventInterstitialDelegate <NSObject>
-
Native ad custom event protocol. Your native ad custom event handler class must conform to this protocol.
Declaration
Swift
protocol GADCustomEventNativeAd : NSObjectProtocolObjective-C
@protocol GADCustomEventNativeAd <NSObject>
-
The delegate of the GADCustomEventNativeAd object must adopt the GADCustomEventNativeAdDelegate protocol. Methods in this protocol are used for native ad’s custom event communication with the Google Mobile Ads SDK.
Declaration
Swift
protocol GADCustomEventNativeAdDelegate : NSObjectProtocolObjective-C
@protocol GADCustomEventNativeAdDelegate <NSObject>
-
Delegate for the GADDebugOptionsViewController.
Declaration
Swift
protocol GADDebugOptionsViewControllerDelegate : NSObjectProtocolObjective-C
@protocol GADDebugOptionsViewControllerDelegate <NSObject>
-
In-app purchase delegate protocol for default purchase handling. The delegate must deliver the purchased item then call the GADDefaultInAppPurchase object’s finishTransaction method.
Declaration
Swift
protocol GADDefaultInAppPurchaseDelegate : NSObjectProtocolObjective-C
@protocol GADDefaultInAppPurchaseDelegate <NSObject>
-
In-app purchase delegate protocol for custom purchase handling. The delegate must handle the product purchase flow then call the GADInAppPurchase object’s reportPurchaseStatus: method.
Declaration
Swift
protocol GADInAppPurchaseDelegate : NSObjectProtocolObjective-C
@protocol GADInAppPurchaseDelegate <NSObject>
-
Delegate for receiving state change messages from a GADInterstitial such as interstitial ad requests succeeding/failing.
Declaration
Swift
protocol GADInterstitialDelegateObjective-C
@protocol GADInterstitialDelegate <GADAdDelegate>
-
Base protocol for mediated native ads.
Declaration
Swift
protocol GADMediatedNativeAd : NSObjectProtocolObjective-C
@protocol GADMediatedNativeAd <NSObject>
-
GADMediatedNativeAdDelegate objects handle mediated native ad events.
Declaration
Swift
protocol GADMediatedNativeAdDelegate : NSObjectProtocolObjective-C
@protocol GADMediatedNativeAdDelegate <NSObject>
-
Provides methods used for constructing native app install ads. The adapter must return an object conforming to this protocol for native app install ad requests.
Declaration
Swift
protocol GADMediatedNativeAppInstallAdObjective-C
@protocol GADMediatedNativeAppInstallAd <GADMediatedNativeAd>
-
Provides methods used for constructing native content ads.
Declaration
Swift
protocol GADMediatedNativeContentAdObjective-C
@protocol GADMediatedNativeContentAd <GADMediatedNativeAd>
-
Identifies native ad assets.
Declaration
Swift
protocol GADNativeAdDelegate : NSObjectProtocolObjective-C
@protocol GADNativeAdDelegate <NSObject>
-
The delegate of a GADAdLoader object implements this protocol to receive GADNativeAppInstallAd ads.
Declaration
Swift
protocol GADNativeAppInstallAdLoaderDelegateObjective-C
@protocol GADNativeAppInstallAdLoaderDelegate <GADAdLoaderDelegate>
-
The delegate of a GADAdLoader object implements this protocol to receive GADNativeContentAd ads.
Declaration
Swift
protocol GADNativeContentAdLoaderDelegateObjective-C
@protocol GADNativeContentAdLoaderDelegate <GADAdLoaderDelegate>
-
The delegate of a GADAdLoader object implements this protocol to receive GADNativeCustomTemplateAd ads.
Declaration
Swift
protocol GADNativeCustomTemplateAdLoaderDelegateObjective-C
@protocol GADNativeCustomTemplateAdLoaderDelegate <GADAdLoaderDelegate>
-
Delegate methods for receiving GADNativeExpressAdView state change messages such as ad request status and ad click lifecycle.
Declaration
Swift
protocol GADNativeExpressAdViewDelegate : NSObjectProtocolObjective-C
@protocol GADNativeExpressAdViewDelegate <NSObject>
-
Delegate for receiving state change messages from a GADRewardBasedVideoAd such as ad requests succeeding/failing.
Declaration
Swift
protocol GADRewardBasedVideoAdDelegate : NSObjectProtocolObjective-C
@protocol GADRewardBasedVideoAdDelegate <NSObject>
-
The GADVideoControllerDelegate protocol defines methods that are called by the video controller object in response to the video events that occured throught the lifetime of the video rendered by an ad.
Declaration
Swift
protocol GADVideoControllerDelegateObjective-C
@protocol GADVideoControllerDelegate <NSObject>
-
Ad network adapter protocol.
Declaration
Swift
protocol GADMAdNetworkAdapter : NSObjectProtocolObjective-C
@protocol GADMAdNetworkAdapter <NSObject>
-
Ad network adapters interact with the mediation SDK using an object that implements the GADMAdNetworkConnector protocol. The connector object can be used to obtain necessary information for ad requests, and to call back to the mediation SDK on ad request returns and user interactions.
Declaration
Swift
protocol GADMAdNetworkConnector : GADMediationAdRequestObjective-C
@protocol GADMAdNetworkConnector <GADMediationAdRequest>
-
Your adapter must conform to this protocol to provide reward based video ads.
Declaration
Swift
protocol GADMRewardBasedVideoAdNetworkAdapterObjective-C
@protocol GADMRewardBasedVideoAdNetworkAdapter <NSObject>
-
Reward based video ad network adapters interact with the mediation SDK using an object that conforms to the GADMRewardBasedVideoAdNetworkConnector protocol. The connector object can be used to obtain information for ad requests and to call back to the mediation SDK on ad responses and user interactions.
Declaration
Swift
protocol GADMRewardBasedVideoAdNetworkConnectorObjective-C
@protocol GADMRewardBasedVideoAdNetworkConnector <GADMediationAdRequest>
-
Provides information which can be used for making ad requests during mediation.
Declaration
Swift
protocol GADMediationAdRequest : NSObjectProtocolObjective-C
@protocol GADMediationAdRequest <NSObject>

