ReaperNativeAndroidBean class

Inheritance

Constructors

ReaperNativeAndroidBean.new({required String positionId, int uniqueKey = -1, int? containerWidth, int? containerHeight, int? cornerSize, int? resourceLayoutId, dynamic callBack(ReaperAdCallBack)?})
const
ReaperNativeAndroidBean.fromJson(Map<String, dynamic> json)

Properties

callBack → dynamic Function(ReaperAdCallBack)?
finalinherited
containerHeight int?
自定义视图高度
final
containerWidth int?
自定义视图宽度
final
cornerSize int?
整个广告背景圆角大小
final
hashCode int
The hash code for this object.
no setterinherited
positionId String?
finalinherited
resourceLayoutId int?
自定义视图view id,可以在sdk初始化时传递到flutter代码层
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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