Package 

Class CloudXRevenuePrecision


  • 
    public abstract class CloudXRevenuePrecision
    
                        

    Precision of a reported revenue value, modeled on CloudX's precision vocabulary. Publishers map their mediation SDK's precision to one of these (e.g. AdMob's AdValue.PrecisionType).

    This is intentionally not an enum so future precision values can be added without making the public API look like a closed set.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String name
    • Method Summary

      Modifier and Type Method Description
      abstract String getName() Stable precision name sent to CloudX services.
      final Boolean equals(Object other)
      final Integer hashCode()
      final String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait