AdEvent class

广告事件基类

Implementers

Constructors

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

Properties

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

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.
override

Operators

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