AdErrorEvent class

广告错误事件

Inheritance

Constructors

AdErrorEvent({required String action, required String posId, required int timestamp, required String message, int? code, Map<String, dynamic>? extra})
const
AdErrorEvent.fromMap(Map<String, dynamic> map)
从Map创建错误事件对象
factory

Properties

action String
事件动作
finalinherited
code int?
错误码
final
extra Map<String, dynamic>?
额外数据
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
错误消息
final
posId String
广告位ID
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
时间戳
finalinherited

Methods

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

Operators

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