ReaperNativeIosBean class
- Inheritance
-
- Object
- ReaperNativeBaseBean
- ReaperNativeIosBean
Constructors
- ReaperNativeIosBean.new({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(ReaperAdCallBack)?})
-
const
-
ReaperNativeIosBean.fromJson(Map<
String, dynamic> json)
Properties
- callBack → dynamic Function(ReaperAdCallBack)?
-
finalinherited
- clickButtonCornerRadius → double?
-
创意可点击按钮背景圆角大小,默认12
final
- descViewFrame → ReaperNativeIosFrameBean?
-
广告中desc视图frame
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- logoViewFrame → ReaperNativeIosFrameBean?
-
广告中广告主logo frame
final
- mainImageViewFrame → ReaperNativeIosFrameBean?
-
主图frame
final
- marginTop → double?
-
广告距离顶部距离
final
- mediaViewFrame → ReaperNativeIosFrameBean?
-
视频广告视图frame
final
- parentViewFrame → ReaperNativeIosFrameBean?
-
广告父视图frame
final
- positionId → String?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondImageViewFrame → ReaperNativeIosFrameBean?
-
如果广告是三图,第二个图片的frame
final
- thirdImageViewFrame → ReaperNativeIosFrameBean?
-
如果广告是三图,第三个图片的frame
final
- titleViewFrame → ReaperNativeIosFrameBean?
-
广告中title视图frame
final
- uniqueKey → int?
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited