getSmartBanner static method

  1. @Deprecated('Use adaptive banner instead')
SmartBannerAdSize getSmartBanner(
  1. Orientation orientation
)

Ad units that render screen-width banner ads on any screen size across different devices in either Orientation.

Implementation

@Deprecated('Use adaptive banner instead')
static SmartBannerAdSize getSmartBanner(Orientation orientation) {
  return SmartBannerAdSize(orientation);
}