GromoreAdRequest class

广告请求参数

Constructors

GromoreAdRequest({required String placementId, Map<String, dynamic>? params, Map<String, dynamic>? extra, Map<String, dynamic>? androidOptions, Map<String, dynamic>? iosOptions})
构建广告请求
const

Properties

androidOptions Map<String, dynamic>?
Android 平台扩展参数
final
extra Map<String, dynamic>?
通用扩展参数
final
hashCode int
The hash code for this object.
no setterinherited
iosOptions Map<String, dynamic>?
iOS 平台扩展参数
final
params Map<String, dynamic>?
顶层请求参数(会合并进请求 Map 顶层)
final
placementId String
代码位/PlacementId
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
转为通道传输 Map
toString() String
A string representation of this object.
inherited

Operators

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