GoogleMobileAds Framework Reference

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 }

    Objective-C

    @property (nonatomic, weak, nullable) id<GADFullScreenContentDelegate> fullScreenContentDelegate;