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 GADFullScreenContentDelegate)? { get set }
Objective-C
@property (nonatomic, weak, nullable) id<GADFullScreenContentDelegate> fullScreenContentDelegate;