ZarliAdEvent class

Represents an event from the Native SDK.

Constructors

ZarliAdEvent({required ZarliAdEventType type, required String adObjectId, required String adUnitId, dynamic data})

Properties

adObjectId String
The unique ID of the ad instance this event belongs to.
final
adUnitId String
The Ad Unit ID associated with the ad.
final
data → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ZarliAdEventType
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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