GromoreFeedConfig class

Inheritance

Constructors

GromoreFeedConfig({required String adUnitId, int? count, int? width, int? height, bool? useSurfaceView = true})

Properties

adUnitId String
广告id
final
count int?
请求数量,默认为3
final
hashCode int
The hash code for this object.
no setterinherited
height int?
高度,默认为0,0为高度选择自适应参数
final
id String?
唯一标识
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useSurfaceView bool?
是否使用SurfaceView,默认为true
final
width int?
宽度,默认宽度占满
final

Methods

generateId() → dynamic
生成唯一id
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
转换为Map
override
toString() String
A string representation of this object.
inherited

Operators

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