YFAdsNativeAndroidBean constructor
const
YFAdsNativeAndroidBean({})
Implementation
const YFAdsNativeAndroidBean(
{required String positionId,
int uniqueKey = -1,
this.containerWidth,
this.containerHeight,
this.cornerSize,
this.resourceLayoutId,
this.tag = "native",
Function(YFAdsCallBack)? callBack})
: super(positionId: positionId, uniqueKey: uniqueKey, tag: tag, callBack: callBack);