GADAppOpenAdView
@interface GADAppOpenAdView : UIView
Displays app open ads.
-
The ad displayed in the ad view.
Declaration
Swift
var appOpenAd: GADAppOpenAd? { get set }
Objective-C
@property (assign, readwrite, nonatomic, nullable) GADAppOpenAd *appOpenAd;
-
The handler to execute when the ad is about to be closed. The ad is closed when the user clicks the ad’s close button or when the ad has been shown for a few seconds.
Declaration
Swift
var adCloseHandler: GADAppOpenAdCloseHandler? { get set }
Objective-C
@property (assign, readwrite, nonatomic, nullable) GADAppOpenAdCloseHandler adCloseHandler;