SMART_BANNER constant

  1. @Deprecated('Smart banner is deprecated in favor of adaptive banner')
BannerSize const SMART_BANNER

Smart Banners are ad units that render screen-width banner ads on any screen size across different devices in either orientation. Smart Banners detect the width of the device in its current orientation and create the ad view that size.

For more info, visit the documentation

Implementation

@Deprecated('Smart banner is deprecated in favor of adaptive banner')
static const BannerSize SMART_BANNER = BannerSize(Size(-1, -2));