FlutterUnionadNativeAdView constructor
FlutterUnionadNativeAdView({})
信息流广告
androidCodeId android 信息流广告id 必填
iosCodeId ios 信息流广告id 必填
supportDeepLink 是否支持 DeepLink 选填
width 期望view 宽度 dp 必填
height 期望view高度 dp 必填
isMuted 是否静音
FlutterUnionAdNativeCallBack 信息流广告回调
Implementation
FlutterUnionadNativeAdView(
{Key? key,
required this.androidCodeId,
required this.iosCodeId,
required this.supportDeepLink,
required this.width,
required this.height,
this.isMuted = true,
this.callBack})
: super(key: key);