AdSize.getAdaptiveBannerInScreen constructor

  1. @Deprecated("Use getAdaptiveBanner(maxWidthDp) with screen width by `MediaQuery.of(context).size.width` instead.")
AdSize.getAdaptiveBannerInScreen()

Create Adaptive AdSize with screen width for current screen orientation.

Implementation

@Deprecated(
    "Use getAdaptiveBanner(maxWidthDp) with screen width by `MediaQuery.of(context).size.width` instead.")
AdSize.getAdaptiveBannerInScreen()
    : width = 0,
      height = 0,
      _mode = 2;