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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGADFullScreenPresentingAd\u003c/code\u003e protocol defines the behavior for ads that present content in full screen.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003efullScreenContentDelegate\u003c/code\u003e property, which is an object that conforms to the \u003ccode\u003eGADFullScreenContentDelegate\u003c/code\u003e protocol and receives messages related to the full screen content.\u003c/p\u003e\n"]]],["The `GADFullScreenPresentingAd` protocol defines ads that display full-screen content. It features a `fullScreenContentDelegate` property. This delegate, of type `FullScreenContentDelegate`, is a weak, nullable object that receives messages related to the full-screen content. This property can be accessed and set in both Swift and Objective-C. The core function is to manage and deliver full-screen content notifications through the delegate.\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;"]]