AdSize.getAdaptiveBanner constructor

AdSize.getAdaptiveBanner(
  1. double maxWidthDp
)

Create Adaptive AdSize with Max Width dp for current screen orientation.

  • The height of adaptive banners cannot be less than 50 dp and more than 250 dp.
  • The width of adaptive banners cannot be less than 300 dp.
  • The adaptive banners use fixed aspect ratios instead of fixed heights.

Implementation

factory AdSize.getAdaptiveBanner(double maxWidthDp) =>
    AdSizeFactory.getAdaptiveBanner(maxWidthDp);