GoogleMobileAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GADFullScreenPresentingAd
@protocol GADFullScreenPresentingAd <NSObject>
Protocol for ads that present full screen content.
-
Delegate object that receives full screen content messages.
Declaration
Swift
weak var fullScreenContentDelegate: (any FullScreenContentDelegate)? { get set }
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[null,null,["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGADFullScreenPresentingAd\u003c/code\u003e protocol is for ad units that present content in full screen.\u003c/p\u003e\n"],["\u003cp\u003eThis protocol defines a \u003ccode\u003efullScreenContentDelegate\u003c/code\u003e property, which is used to receive messages about the full screen content.\u003c/p\u003e\n"],["\u003cp\u003eThe delegate must conform to the \u003ccode\u003eGADFullScreenContentDelegate\u003c/code\u003e protocol to handle these messages.\u003c/p\u003e\n"]]],[],null,["# GoogleMobileAds Framework Reference\n\nGADFullScreenPresentingAd\n=========================\n\n @protocol GADFullScreenPresentingAd \u003cNSObject\u003e\n\nProtocol for ads that present full screen content.\n- `\n ``\n ``\n `\n\n ### [fullScreenContentDelegate](#/c:objc(pl)GADFullScreenPresentingAd(py)fullScreenContentDelegate)\n\n `\n ` \n Delegate object that receives full screen content messages. \n\n #### Declaration\n\n Swift \n\n weak var fullScreenContentDelegate: (any FullScreenContentDelegate)? { get set }\n\n Objective-C \n\n @property (nonatomic, weak, nullable) id\u003c../Protocols/GADFullScreenContentDelegate.html\u003e fullScreenContentDelegate;"]]