Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The GADFullScreenPresentingAd protocol defines the behavior for ads that present content in full screen.
It includes a fullScreenContentDelegate property, which is an object that conforms to the GADFullScreenContentDelegate protocol and receives messages related to the full screen content.
GADFullScreenPresentingAd
@protocol GADFullScreenPresentingAd <NSObject>
Protocol for ads that present full screen content.
[[["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."],[],["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"]]