AdValue

public final class AdValue


通过广告获得的货币价值。

摘要

公开字段

final String
final long

公共方法

String

相应值的 ISO 4217 货币代码。

int

报告的广告价值的精确度类型。

long

广告的价值(以微单位表示),其中 1,000,000 个微单位等于 1 个单位的货币。

公开字段

currencyCode

public final String currencyCode

valueMicros

public final long valueMicros

公共方法

getCurrencyCode

public String getCurrencyCode()

相应值的 ISO 4217 货币代码。

getPrecisionType

@AdValue.PrecisionType
public int getPrecisionType()

报告的广告价值的精确度类型。

getValueMicros

public long getValueMicros()

广告的价值(以微单位表示),其中 1,000,000 个微单位等于 1 个单位的货币。