AdKitAdValue
data class AdKitAdValue(val valueMicros: Long, val currencyCode: String, val precisionType: AdKitAdValue.PrecisionType = PrecisionType.UNKNOWN)
Network-agnostic ad revenue value. Replaces AdMob's AdValue in provider APIs.
Parameters
valueMicros
Revenue value in micro-units (1/1,000,000 of currency unit)
currencyCode
ISO 4217 currency code (e.g., "USD", "RUB")
precisionType
Revenue precision level
Constructors
Link copied to clipboard
constructor(valueMicros: Long, currencyCode: String, precisionType: AdKitAdValue.PrecisionType = PrecisionType.UNKNOWN)