Yandex Mobile Ads
Loading...
Searching...
No Matches
Assets
YandexMobileAds
Base
ImpressionData.cs
Go to the documentation of this file.
1
/*
2
* This file is a part of the Yandex Advertising Network
3
*
4
* Version for Unity (C) 2023 YANDEX
5
*
6
* You may not use this file except in compliance with the License.
7
* You may obtain a copy of the License at https://legal.yandex.com/partner_ch/
8
*/
9
10
using
System;
11
12
namespace
YandexMobileAds.Base
13
{
17
public
class
ImpressionData
: EventArgs
18
{
22
public
readonly
string
rawData
;
23
24
public
ImpressionData
(
string
rawData
){
25
this.rawData =
rawData
;
26
}
27
}
28
}
YandexMobileAds.Base.ImpressionData
Represents impression-level revenue data.
Definition
ImpressionData.cs:18
YandexMobileAds.Base.ImpressionData.ImpressionData
ImpressionData(string rawData)
Definition
ImpressionData.cs:24
YandexMobileAds.Base.ImpressionData.rawData
readonly string rawData
A raw impression-level revenue data, string with json.
Definition
ImpressionData.cs:22
YandexMobileAds.Base
Definition
AdError.cs:13
Generated by
1.9.8