NativeExpressAdView constructor

NativeExpressAdView({
  1. Key? key,
  2. String? adId,
  3. double? width,
  4. double? height,
  5. AdCallback? onSjmAdLoaded,
  6. AdCallback? onSjmAdShow,
  7. AdCallback? onSjmAdClicked,
  8. AdCallback? onSjmAdClosed,
  9. AdErrorCallback? onSjmAdError,
})

Implementation

NativeExpressAdView(
    {Key? key,
    this.adId,
    this.width,
    this.height,
    this.onSjmAdLoaded,
    this.onSjmAdShow,
    this.onSjmAdClicked,
    this.onSjmAdClosed,
    this.onSjmAdError})
    : super(key: key);