CloudXRevenuePrecision class
Precision of a revenue value reported through CloudX.reportRevenueData.
Map your mediation SDK's precision onto one of these; for Google Mobile
Ads: precise → exact, estimated → estimated,
publisherProvided → publisherDefined, anything else → undefined.
Properties
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 ==(
Object other) → bool -
The equality operator.
override
Constants
- estimated → const CloudXRevenuePrecision
- Aggregated or estimated value (e.g. Auto-CPM).
- exact → const CloudXRevenuePrecision
- Exact, real-time auction value (bidding).
- publisherDefined → const CloudXRevenuePrecision
- Value assigned by the publisher (waterfall).
- undefined → const CloudXRevenuePrecision
- Not enough data to determine precision.