GADInstreamAdView
@interface GADInstreamAdView : UIView
A view that displays instream video ads.
-
The instream ad. The ad will begin playing when the GADInstreamAdView is visible.
Declaration
Swift
var ad: GADInstreamAd? { get set }
Objective-C
@property (nonatomic, nullable) GADInstreamAd *ad;