AdView
struct AdView : View, Equatable
A view that displays a banner ad.
Note
Note Ads are displayed 50% of the time. Ads can be disabled in the app settings. In addition, the bid floor setting in Google AdMob is set very high, further reducing the likelihood of an ad being displayed. The goal is to provide a non-intrusive ad experience for the user while still supporting the development of new features and improvements.-
Undocumented
Declaration
Swift
init(key: String)
-
Declaration
Swift
var body: some View { get }
-
Declaration
Swift
static func == (lhs: AdView, rhs: AdView) -> Bool
-
Undocumented
See moreDeclaration
Swift
protocol BannerViewControllerWidthDelegate : AnyObject
-
A view controller that manages a banner ad.
See moreDeclaration
Swift
class BannerAdViewController : UIViewController
-
Undocumented
See moreDeclaration
Swift
struct BannerAdView : UIViewControllerRepresentable