AdRevenueEvent constructor
AdRevenueEvent(
- AdsType type,
- String adUnitId,
- PrecisionType precision,
- String currencyCode,
- double valueMicros, {
- AdapterResponseInfo? loadedAdapterResponseInfo,
Implementation
AdRevenueEvent(this.type, this.adUnitId, this.precision, this.currencyCode, this.valueMicros,
{this.loadedAdapterResponseInfo});