ReaperDrawNativeExpressVideoBean class

Implementers

Constructors

ReaperDrawNativeExpressVideoBean.new({required String? positionId, int? uniqueKey, double? width, double? height, bool? cache, Function? callBack})
const
ReaperDrawNativeExpressVideoBean.fromJson(Map<String, dynamic> json, Function? callBack)

Properties

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.
final
callBack Function?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
positionId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uniqueKey int?
final
width double?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited