NativeAd

Inherits from: flet_ads.banner_ad.BannerAd

Renders a native ad.

Properties

  • factory_id: str
  • * Class attribute, instance attribute. * Identifier for the factory that creates the Platform view. * Raises ValueError if neither factory_id nor template_style is set.
  • template_style: NativeAdTemplateStyle
  • * Class attribute, instance attribute. * Style for the native ad template. * Raises ValueError if neither factory_id nor template_style is set.

    **Note:** The NativeAdTemplateStyle type is not further defined in this documentation snippet.