Interface IUnityImpressionData
Interface to access impression data events
Namespace: Global Namespace
Assembly: Unity.LevelPlay.dll
Syntax
public interface IUnityImpressionData
Events
OnImpressionDataReady
Event triggered when an impression event occurs
Declaration
event Action<IronSourceImpressionData> OnImpressionDataReady
Event Type
| Type | Description |
|---|---|
| Action<IronSourceImpressionData> |
OnImpressionSuccess
Event triggered when an impression event occurs
Declaration
event Action<IronSourceImpressionData> OnImpressionSuccess
Event Type
| Type | Description |
|---|---|
| Action<IronSourceImpressionData> |