NativeExpressAdView constructor
NativeExpressAdView({
- Key? key,
- String? adId,
- double? width,
- double? height,
- AdCallback? onSjmAdLoaded,
- AdCallback? onSjmAdShow,
- AdCallback? onSjmAdClicked,
- AdCallback? onSjmAdClosed,
- 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);