Class IronSource
LevelPlay's API Access point
Inherited Members
Namespace: Global Namespace
Assembly: Unity.LevelPlay.dll
Syntax
public class IronSource
Properties
Agent
Returns a reference to the platform's LevelPlay API.
Declaration
public static IronSource Agent { get; }
Property Value
| Type | Description |
|---|---|
| IronSource |
Methods
setAdRevenueData(string, Dictionary<string, string>)
Set ILRD information
Declaration
public void setAdRevenueData(string dataSource, Dictionary<string, string> impressionData)
Parameters
| Type | Name | Description |
|---|---|---|
| string | dataSource | Source of the ILRD info |
| Dictionary<string, string> | impressionData | Key-value pair list containing the ILRD data |