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: preciseexact, estimatedestimated, publisherProvidedpublisherDefined, anything else → undefined.

Properties

hashCode int
The hash code for this object.
no setteroverride
name String
Stable precision token sent to CloudX services.
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 ==(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.