GoogleMobileAds Framework Reference

  • The GADFullScreenPresentingAd protocol is for ad units that present content in full screen.

  • This protocol defines a fullScreenContentDelegate property, which is used to receive messages about the full screen content.

  • The delegate must conform to the GADFullScreenContentDelegate protocol to handle these messages.

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;