AdValue.PrecisionType

@Retention(value = SOURCE)
@IntDef(value = [PrecisionType.UNKNOWN, PrecisionType.ESTIMATED, PrecisionType.PUBLISHER_PROVIDED, PrecisionType.PRECISE])
annotation AdValue.PrecisionType


Allowed constants for getPrecisionType.

Supported constants:

Summary

Constants

const Int

An ad value estimated from aggregated data.

const Int

The precise value paid for this ad.

const Int

A publisher-provided ad value, such as manual CPMs in a mediation group.

const Int

An unknown precision type.

Constants

ESTIMATED

const val ESTIMATED = 1: Int

An ad value estimated from aggregated data.

PRECISE

const val PRECISE = 3: Int

The precise value paid for this ad.

PUBLISHER_PROVIDED

const val PUBLISHER_PROVIDED = 2: Int

A publisher-provided ad value, such as manual CPMs in a mediation group.

UNKNOWN

const val UNKNOWN = 0: Int

An unknown precision type.