GoogleMobileAds Framework Reference

  • GADFullScreenPresentingAd is a protocol for ads that present full screen content.

  • The fullScreenContentDelegate property allows an object to receive full screen content messages.

  • The fullScreenContentDelegate is a weak reference to an object conforming to the GADFullScreenContentDelegate protocol.

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;