ReaperNativeDrawFeedVideoBean class

Inheritance

Constructors

ReaperNativeDrawFeedVideoBean({required String positionId, required int? uniqueKey, required double? width, required double? height, required bool? cache, bool? interruptVideoPlay, String? pauseIconPath, int? pauseIconResource, int? pauseIconSize, int? drawFeedItemLayoutId, int? drawFeedPageLayoutId, int? gravity, int? topMargin, int? bottomMargin, int? leftMargin, int? rightMargin, Function? callBack})
const
ReaperNativeDrawFeedVideoBean.fromJson(Map<String, dynamic> json, Function? callBack)

Properties

bottomMargin int?
final
cache bool?
if you set it true,every ad view will be cached,especially in scrollview, such as listview,scroll up or down,every ad view will be requested more than one time which lead to lost frame,however,ad view cache can make it much more better.
finalinherited
callBack Function?
final
drawFeedItemLayoutId int?
final
drawFeedPageLayoutId int?
final
gravity int?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
finalinherited
interruptVideoPlay bool?
final
leftMargin int?
final
pauseIconPath String?
final
pauseIconResource int?
final
pauseIconSize int?
final
positionId String?
finalinherited
rightMargin int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topMargin int?
final
uniqueKey int?
finalinherited
width double?
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