AdValue.PrecisionType

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


Allowed constants for getPrecisionType.

Supported constants:

Summary

Constants

static final int

An ad value estimated from aggregated data.

static final int

The precise value paid for this ad.

static final int

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

static final int

An unknown precision type.

Constants

ESTIMATED

public static final int ESTIMATED = 1

An ad value estimated from aggregated data.

PRECISE

public static final int PRECISE = 3

The precise value paid for this ad.

PUBLISHER_PROVIDED

public static final int PUBLISHER_PROVIDED = 2

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

UNKNOWN

public static final int UNKNOWN = 0

An unknown precision type.