StatisticsListener class

Notifies about placement reporting events, like counted adspace, request etc.

Constructors

StatisticsListener({dynamic countedAdSpace(Placement)?, dynamic countedMediationCycle(Placement)?, dynamic countedRequest(Placement, AdNetwork)?, dynamic countedResponse(Placement, AdNetwork)?, dynamic countedImpression(Placement, AdNetwork)?, dynamic countedVimpression(Placement, AdNetwork)?, dynamic countedNimpression(Placement, AdNetwork)?, dynamic countedDirectDealImpression(Placement, AdNetwork)?, dynamic countedClick(Placement, AdNetwork)?})

Properties

countedAdSpace ↔ dynamic Function(Placement)?
Notifies that an adspace has been counted.
getter/setter pair
countedClick ↔ dynamic Function(Placement, AdNetwork)?
Notifies that an click has been counted for a given network.
getter/setter pair
countedDirectDealImpression ↔ dynamic Function(Placement, AdNetwork)?
Notifies that an direct deal impression has been counted for a given network.
getter/setter pair
countedImpression ↔ dynamic Function(Placement, AdNetwork)?
Notifies that an impression has been counted for a given network.
getter/setter pair
countedMediationCycle ↔ dynamic Function(Placement)?
Notifies than an mediation cycle has been counted.
getter/setter pair
countedNimpression ↔ dynamic Function(Placement, AdNetwork)?
Notifies that an network impression has been counted for a given network.
getter/setter pair
countedRequest ↔ dynamic Function(Placement, AdNetwork)?
Notifies that an request has been counted for a given network.
getter/setter pair
countedResponse ↔ dynamic Function(Placement, AdNetwork)?
Notifies that an response has been counted for a given network.
getter/setter pair
countedVimpression ↔ dynamic Function(Placement, AdNetwork)?
Notifies that an viewable impression has been counted for a given network.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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