ReaperNativeIosBean constructor
const
ReaperNativeIosBean({
- required String positionId,
- int uniqueKey = -1,
- ReaperNativeIosFrameBean? parentViewFrame,
- ReaperNativeIosFrameBean? mainImageViewFrame,
- ReaperNativeIosFrameBean? secondImageViewFrame,
- ReaperNativeIosFrameBean? thirdImageViewFrame,
- ReaperNativeIosFrameBean? titleViewFrame,
- ReaperNativeIosFrameBean? descViewFrame,
- ReaperNativeIosFrameBean? logoViewFrame,
- ReaperNativeIosFrameBean? mediaViewFrame,
- double? clickButtonCornerRadius,
- double? marginTop,
- dynamic callBack()?,
Implementation
const ReaperNativeIosBean(
{required String positionId,
int uniqueKey = -1,
this.parentViewFrame,
this.mainImageViewFrame,
this.secondImageViewFrame,
this.thirdImageViewFrame,
this.titleViewFrame,
this.descViewFrame,
this.logoViewFrame,
this.mediaViewFrame,
this.clickButtonCornerRadius,
this.marginTop,
Function(ReaperAdCallBack)? callBack})
: super(positionId: positionId, uniqueKey: uniqueKey, callBack: callBack);