AdEvent class

The AdEvent contains data of the placement event triggered by FairBid SDK.

Events are related to different callbacks that FairBid SDK accepts.

Properties

adType AdType
The AdType of the placement the AdEvent is generated for.
final
eventType AdEventType
The AdEventType of event.
final
hashCode int
The hash code for this object.
no setteroverride
impressionData ImpressionData?
The ImpressionData associated with the event containing detailed information for impression.
final
payload List?
(Optional) Extra data related to the event.
final
placementId String
The placement id
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
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override