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.

Lifecycle

  • Undocumented

    Declaration

    Swift

    init(key: String)

Internal

  • Declaration

    Swift

    var body: some View { get }
  • Declaration

    Swift

    static func == (lhs: AdView, rhs: AdView) -> Bool

BannerViewControllerWidthDelegate

BannerViewController

BannerView

  • Undocumented

    See more

    Declaration

    Swift

    struct BannerAdView : UIViewControllerRepresentable