AI-generated Key Takeaways
- 
          GADFullScreenPresentingAd is a protocol for ads that present full screen content. 
- 
          The fullScreenContentDelegate property is a delegate object that receives full screen content messages. 
GADFullScreenPresentingAd
@protocol GADFullScreenPresentingAd <NSObject>Protocol for ads that present full screen content.
- 
                  
                  Delegate object that receives full screen content messages. DeclarationSwift weak var fullScreenContentDelegate: (any FullScreenContentDelegate)? { get set }Objective-C @property (nonatomic, weak, nullable) id<GADFullScreenContentDelegate> fullScreenContentDelegate;